Html Css Color HEX #0B5170 Dark Cerulean

📋 copy color: '#0B5170'

red 11 ◦ green 81 ◦ blue 112

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

Shades of Dark Cerulean #0B5170

Tints of Dark Cerulean #0B5170

RGB

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

 GREEN value IS 81 (32.03% from 255) = 39.71%

 BLUE value IS 112 (44.14% from 255) = 54.9%

R = 5.39%
G = 39.71%
B = 54.9%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#0B5170 (or 0x0B5170) is known color: Dark Cerulean. HEX triplet: 0B, 51 and 70. RGB value is (11,81,112). Sum of RGB (Red+Green+Blue) = 11+81+112=204 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.39% from 204); Green value is 81 (32.03% from 255 or 39.71% from 204); Blue value is 112 (44.14% from 255 or 54.90% from 204); Max value from RGB is 112 - color contains mainly: blue. Hex color #0B5170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5170 is #F4AE8F. Grayscale: #3F3F3F. Windows color (decimal): -16035472 or 7360779. OLE color: 7360779.

HSL color Cylindrical-coordinate representation of color #0B5170: hue angle of 198.42º degrees, saturation: 0.82, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0B5170 is Cyan = 0.90, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 11 81 112 -
CMYK 0.90 0.28 0 0.56
HSL 198.42º 0.82% 0.24% -
HSV(B) 198.42º 0.9% 0.44% -
XYZ 6.01 7.13 16.39 -
YUV 63.6 155.31 90.48 -
System Red Green Blue C M Y K H S L
Decimal 11 81 112 0.90 0.28 0 0.56 198.42 0.82 0.24
Hex B 51 70 5A 1C 0 38 C6 52 18
Octal 13 121 160 132 34 0 70 306 122 30
Binary 1011 1010001 1110000 1011010 11100 0 111000 11000110 1010010 11000

Color Harmonies of #0B5170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5170

Black with #0B5170

Text Example


Text Example

White with #0B5170

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(11,81,112); }

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

background-color css

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

 a { background-color: rgb(11,81,112); }

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

border-color css

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

 span { border-color: rgb(11,81,112); }

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