Color Hex Logo

#0b438d Color Hex

#0B438D
(11,67,141)
0 Favorites   0 Comments

Color spaces of #0b438d

RGB 1167141
HSL0.590.860.30
HSV214°92°55°
CMYK 0.920.520.00   0.45
XYZ6.95296.008525.9926
Yxy6.00850.17850.1542
Hunter Lab24.51227.7351-45.7121
CIE-Lab29.433913.2763-45.7337

#0b438d color RGB value is (11,67,141).

#0b438d hex color red value is 11, green value is 67 and the blue value of its RGB is 141. Cylindrical-coordinate representations (also known as HSL) of color #0b438d hue: 0.59 , saturation: 0.86 and the lightness value of 0b438d is 0.30.

The process color (four color CMYK) of #0b438d color hex is 0.92, 0.52, 0.00, 0.45. Web safe color of #0b438d is #003399. Color #0b438d contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 00001011 01000011 10001101
Octal 13 103 215
Decimal 11 67 141
Hex B 43 8D

RGB Percentages of Color #0b438d

%5.02
%30.59
%64.38

CMYK Percentages of Color #0b438d

%92
%52
%0
%45

Triadic Colors of #0b438d

#0b438d #8d0b43 #438d0b

Analogous Colors of #0b438d

#0b438d #140b8d #0b848d

Monochromatic Colors of #0b438d

#0b438d

Complementary Color

#0b438d #8d550b

#0b438d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#0b438d Color Preview on White Background

Lorem ipsum dolor sit amet.

#0b438d Color CSS Codes

.mybgcolor {background-color:#0b438d; } 
.myforecolor {color:#0b438d; }
.mybordercolor {border:3px solid #0b438d; }

#0b438d Text Font Color

<p style="color:#0b438d">Text here</p>

This sample text font color is #0b438d
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#0b438d Background Color

<div style="background-color:#0b438d">
Div content here</div>

This div background color is #0b438d


#0b438d Border Color

<div style="border:3px solid #0b438d">
Div here</div>

This div border color is #0b438d


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(11,67,141, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #0b438d; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #0b438d;
  -webkit-box-shadow: 1px 1px 3px 2px #0b438d;
  box-shadow:         1px 1px 3px 2px #0b438d; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(11,67,141, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #0b438d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #0b438d;
  -webkit-box-shadow: 1px 1px 3px 2px #0b438d;
  box-shadow:         1px 1px 3px 2px #0b438d;">
Div content here</div>

This div box has shadow with color #0b438d


Comments

No comments written yet.

Please login to write comment.