Html Css Color HEX #0B5374 Dark Cerulean

📋 copy color: '#0B5374'

red 11 ◦ green 83 ◦ blue 116

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

Shades of Dark Cerulean #0B5374

Tints of Dark Cerulean #0B5374

RGB

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

 GREEN value IS 83 (32.81% from 255) = 39.52%

 BLUE value IS 116 (45.7% from 255) = 55.24%

R = 5.24%
G = 39.52%
B = 55.24%

CMYK

 C value IS 0.91

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0B5374 (or 0x0B5374) is known color: Dark Cerulean. HEX triplet: 0B, 53 and 74. RGB value is (11,83,116). Sum of RGB (Red+Green+Blue) = 11+83+116=210 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.24% from 210); Green value is 83 (32.81% from 255 or 39.52% from 210); Blue value is 116 (45.70% from 255 or 55.24% from 210); Max value from RGB is 116 - color contains mainly: blue. Hex color #0B5374 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5374 is #F4AC8B. Grayscale: #414141. Windows color (decimal): -16034956 or 7623435. OLE color: 7623435.

HSL color Cylindrical-coordinate representation of color #0B5374: hue angle of 198.86º degrees, saturation: 0.83, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #0B5374 is Cyan = 0.91, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB 11 83 116 -
CMYK 0.91 0.28 0 0.55
HSL 198.86º 0.83% 0.25% -
HSV(B) 198.86º 0.91% 0.45% -
XYZ 6.38 7.52 17.64 -
YUV 65.23 156.65 89.32 -
System Red Green Blue C M Y K H S L
Decimal 11 83 116 0.91 0.28 0 0.55 198.86 0.83 0.25
Hex B 53 74 5B 1C 0 37 C7 53 19
Octal 13 123 164 133 34 0 67 307 123 31
Binary 1011 1010011 1110100 1011011 11100 0 110111 11000111 1010011 11001

Color Harmonies of #0B5374

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5374

Black with #0B5374

Text Example


Text Example

White with #0B5374

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,83,116); }

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

background-color css

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

 a { background-color: rgb(11,83,116); }

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

border-color css

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

 span { border-color: rgb(11,83,116); }

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