Html Css Color HEX #0B436F Dark Cerulean

📋 copy color: '#0B436F'

red 11 ◦ green 67 ◦ blue 111

#0B436F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Cerulean #0B436F

Tints of Dark Cerulean #0B436F

RGB

 RED value IS 11 (4.69% from 255) = 5.82%

 GREEN value IS 67 (26.56% from 255) = 35.45%

 BLUE value IS 111 (43.75% from 255) = 58.73%

R = 5.82%
G = 35.45%
B = 58.73%

CMYK

 C value IS 0.90

 M value IS 0.40

 Y value IS 0

 K value IS 0.56

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#0B436F (or 0x0B436F) is known color: Dark Cerulean. HEX triplet: 0B, 43 and 6F. RGB value is (11,67,111). Sum of RGB (Red+Green+Blue) = 11+67+111=189 (25% of max value = 765). Red value is 11 (4.69% from 255 or 5.82% from 189); Green value is 67 (26.56% from 255 or 35.45% from 189); Blue value is 111 (43.75% from 255 or 58.73% from 189); Max value from RGB is 111 - color contains mainly: blue. Hex color #0B436F is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B436F is #F4BC90. Grayscale: #373737. Windows color (decimal): -16039057 or 7291659. OLE color: 7291659.

HSL color Cylindrical-coordinate representation of color #0B436F: hue angle of 206.4º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B436F is Cyan = 0.90, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 67 111 -
CMYK 0.90 0.40 0 0.56
HSL 206.4º 0.82% 0.24% -
HSV(B) 206.4º 0.9% 0.44% -
XYZ 5.01 5.23 15.78 -
YUV 55.27 159.45 96.42 -
System Red Green Blue C M Y K H S L
Decimal 11 67 111 0.90 0.40 0 0.56 206.4 0.82 0.24
Hex B 43 6F 5A 28 0 38 CE 52 18
Octal 13 103 157 132 50 0 70 316 122 30
Binary 1011 1000011 1101111 1011010 101000 0 111000 11001110 1010010 11000

Color Harmonies of #0B436F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B436F

Black with #0B436F

Text Example


Text Example

White with #0B436F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0B436F; }

 p { color: rgb(11,67,111); }

 H1.HeaderClassName
 {
   color: #0B436F;
 }
 .AnyTagClassName
 {
   color: #0B436F;
 }
</style>

background-color css

<style>
 a { background-color: #0B436F; }

 a { background-color: rgb(11,67,111); }

 div.DivClassName
 {
   background-color: #0B436F;
 }
 .BgClassName
 {
   background-color: #0B436F;
 }
</style>

border-color css

<style>
 span { border-color: #0B436F; }

 span { border-color: rgb(11,67,111); }

 td.TdClassName
 {
   border-color: #0B436F;
 }
 .TagClassName
 {
   border-color: #0B436F;
 }
</style>