Html Css Color HEX #0B367B Dark Cerulean

📋 copy color: '#0B367B'

red 11 ◦ green 54 ◦ blue 123

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

Shades of Dark Cerulean #0B367B

Tints of Dark Cerulean #0B367B

RGB

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

 GREEN value IS 54 (21.48% from 255) = 28.72%

 BLUE value IS 123 (48.44% from 255) = 65.43%

R = 5.85%
G = 28.72%
B = 65.43%

CMYK

 C value IS 0.91

 M value IS 0.56

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0B367B (or 0x0B367B) is known color: Dark Cerulean. HEX triplet: 0B, 36 and 7B. RGB value is (11,54,123). Sum of RGB (Red+Green+Blue) = 11+54+123=188 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.85% from 188); Green value is 54 (21.48% from 255 or 28.72% from 188); Blue value is 123 (48.44% from 255 or 65.43% from 188); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B367B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B367B is #F4C984. Grayscale: #303030. Windows color (decimal): -16042373 or 8074763. OLE color: 8074763.

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

Color convert

RGB 11 54 123 -
CMYK 0.91 0.56 0 0.52
HSL 216.96º 0.84% 0.26% -
HSV(B) 216.96º 0.91% 0.48% -
XYZ 5.03 4.14 19.27 -
YUV 49.01 169.75 100.89 -
System Red Green Blue C M Y K H S L
Decimal 11 54 123 0.91 0.56 0 0.52 216.96 0.84 0.26
Hex B 36 7B 5B 38 0 34 D9 54 1A
Octal 13 66 173 133 70 0 64 331 124 32
Binary 1011 110110 1111011 1011011 111000 0 110100 11011001 1010100 11010

Color Harmonies of #0B367B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B367B

Black with #0B367B

Text Example


Text Example

White with #0B367B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,54,123); }

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

background-color css

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

 a { background-color: rgb(11,54,123); }

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

border-color css

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

 span { border-color: rgb(11,54,123); }

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