Html Css Color HEX #0B327B Dark Cerulean

📋 copy color: '#0B327B'

red 11 ◦ green 50 ◦ blue 123

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

Shades of Dark Cerulean #0B327B

Tints of Dark Cerulean #0B327B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 27.17%

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

R = 5.98%
G = 27.17%
B = 66.85%

CMYK

 C value IS 0.91

 M value IS 0.59

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#0B327B (or 0x0B327B) is known color: Dark Cerulean. HEX triplet: 0B, 32 and 7B. RGB value is (11,50,123). Sum of RGB (Red+Green+Blue) = 11+50+123=184 (24% of max value = 765). Red value is 11 (4.69% from 255 or 5.98% from 184); Green value is 50 (19.92% from 255 or 27.17% from 184); Blue value is 123 (48.44% from 255 or 66.85% from 184); Max value from RGB is 123 - color contains mainly: blue. Hex color #0B327B is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0B327B is #F4CD84. Grayscale: #2E2E2E. Windows color (decimal): -16043397 or 8073739. OLE color: 8073739.

HSL color Cylindrical-coordinate representation of color #0B327B: hue angle of 219.11º 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 #0B327B is Cyan = 0.91, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 11 50 123 -
CMYK 0.91 0.59 0 0.52
HSL 219.11º 0.84% 0.26% -
HSV(B) 219.11º 0.91% 0.48% -
XYZ 4.85 3.78 19.21 -
YUV 46.66 171.08 102.56 -
System Red Green Blue C M Y K H S L
Decimal 11 50 123 0.91 0.59 0 0.52 219.11 0.84 0.26
Hex B 32 7B 5B 3B 0 34 DB 54 1A
Octal 13 62 173 133 73 0 64 333 124 32
Binary 1011 110010 1111011 1011011 111011 0 110100 11011011 1010100 11010

Color Harmonies of #0B327B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B327B

Black with #0B327B

Text Example


Text Example

White with #0B327B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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