Html Css Color HEX #0B436C Dark Cerulean

📋 copy color: '#0B436C'

red 11 ◦ green 67 ◦ blue 108

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

Shades of Dark Cerulean #0B436C

Tints of Dark Cerulean #0B436C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 58.06%

R = 5.91%
G = 36.02%
B = 58.06%

CMYK

 C value IS 0.90

 M value IS 0.38

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B436C (or 0x0B436C) is known color: Dark Cerulean. HEX triplet: 0B, 43 and 6C. RGB value is (11,67,108). Sum of RGB (Red+Green+Blue) = 11+67+108=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 67 (26.56% from 255 or 36.02% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #0B436C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B436C is #F4BC93. Grayscale: #363636. Windows color (decimal): -16039060 or 7095051. OLE color: 7095051.

HSL color Cylindrical-coordinate representation of color #0B436C: hue angle of 205.36º degrees, saturation: 0.82, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B436C is Cyan = 0.90, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 67 108 -
CMYK 0.90 0.38 0 0.58
HSL 205.36º 0.82% 0.23% -
HSV(B) 205.36º 0.9% 0.42% -
XYZ 4.85 5.17 14.93 -
YUV 54.93 157.95 96.67 -
System Red Green Blue C M Y K H S L
Decimal 11 67 108 0.90 0.38 0 0.58 205.36 0.82 0.23
Hex B 43 6C 5A 26 0 3A CD 52 17
Octal 13 103 154 132 46 0 72 315 122 27
Binary 1011 1000011 1101100 1011010 100110 0 111010 11001101 1010010 10111

Color Harmonies of #0B436C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B436C

Black with #0B436C

Text Example


Text Example

White with #0B436C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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