Html Css Color HEX #0B337C Dark Cerulean

📋 copy color: '#0B337C'

red 11 ◦ green 51 ◦ blue 124

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

Shades of Dark Cerulean #0B337C

Tints of Dark Cerulean #0B337C

RGB

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

 GREEN value IS 51 (20.31% from 255) = 27.42%

 BLUE value IS 124 (48.83% from 255) = 66.67%

R = 5.91%
G = 27.42%
B = 66.67%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#0B337C (or 0x0B337C) is known color: Dark Cerulean. HEX triplet: 0B, 33 and 7C. RGB value is (11,51,124). Sum of RGB (Red+Green+Blue) = 11+51+124=186 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.91% from 186); Green value is 51 (20.31% from 255 or 27.42% from 186); Blue value is 124 (48.83% from 255 or 66.67% from 186); Max value from RGB is 124 - color contains mainly: blue. Hex color #0B337C is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B337C is #F4CC83. Grayscale: #2F2F2F. Windows color (decimal): -16043140 or 8139531. OLE color: 8139531.

HSL color Cylindrical-coordinate representation of color #0B337C: hue angle of 218.76º degrees, saturation: 0.84, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B337C is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 11 51 124 -
CMYK 0.91 0.59 0 0.51
HSL 218.76º 0.84% 0.26% -
HSV(B) 218.76º 0.91% 0.49% -
XYZ 4.96 3.89 19.56 -
YUV 47.36 171.25 102.06 -
System Red Green Blue C M Y K H S L
Decimal 11 51 124 0.91 0.59 0 0.51 218.76 0.84 0.26
Hex B 33 7C 5B 3B 0 33 DB 54 1A
Octal 13 63 174 133 73 0 63 333 124 32
Binary 1011 110011 1111100 1011011 111011 0 110011 11011011 1010100 11010

Color Harmonies of #0B337C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B337C

Black with #0B337C

Text Example


Text Example

White with #0B337C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,51,124); }

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

background-color css

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

 a { background-color: rgb(11,51,124); }

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

border-color css

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

 span { border-color: rgb(11,51,124); }

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