Html Css Color HEX #0B446B Dark Cerulean

📋 copy color: '#0B446B'

red 11 ◦ green 68 ◦ blue 107

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

Shades of Dark Cerulean #0B446B

Tints of Dark Cerulean #0B446B

RGB

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

 GREEN value IS 68 (26.95% from 255) = 36.56%

 BLUE value IS 107 (42.19% from 255) = 57.53%

R = 5.91%
G = 36.56%
B = 57.53%

CMYK

 C value IS 0.90

 M value IS 0.36

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#0B446B (or 0x0B446B) is known color: Dark Cerulean. HEX triplet: 0B, 44 and 6B. RGB value is (11,68,107). Sum of RGB (Red+Green+Blue) = 11+68+107=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 68 (26.95% from 255 or 36.56% from 186); Blue value is 107 (42.19% from 255 or 57.53% from 186); Max value from RGB is 107 - color contains mainly: blue. Hex color #0B446B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B446B is #F4BB94. Grayscale: #373737. Windows color (decimal): -16038805 or 7029771. OLE color: 7029771.

HSL color Cylindrical-coordinate representation of color #0B446B: hue angle of 204.38º degrees, saturation: 0.81, 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 #0B446B is Cyan = 0.90, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 11 68 107 -
CMYK 0.90 0.36 0 0.58
HSL 204.38º 0.81% 0.23% -
HSV(B) 204.38º 0.9% 0.42% -
XYZ 4.86 5.27 14.67 -
YUV 55.4 157.12 96.33 -
System Red Green Blue C M Y K H S L
Decimal 11 68 107 0.90 0.36 0 0.58 204.38 0.81 0.23
Hex B 44 6B 5A 24 0 3A CC 51 17
Octal 13 104 153 132 44 0 72 314 121 27
Binary 1011 1000100 1101011 1011010 100100 0 111010 11001100 1010001 10111

Color Harmonies of #0B446B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B446B

Black with #0B446B

Text Example


Text Example

White with #0B446B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,68,107); }

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

background-color css

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

 a { background-color: rgb(11,68,107); }

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

border-color css

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

 span { border-color: rgb(11,68,107); }

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