Html Css Color HEX #0B5373 Dark Cerulean

📋 copy color: '#0B5373'

red 11 ◦ green 83 ◦ blue 115

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

Shades of Dark Cerulean #0B5373

Tints of Dark Cerulean #0B5373

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 55.02%

R = 5.26%
G = 39.71%
B = 55.02%

CMYK

 C value IS 0.90

 M value IS 0.28

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#0B5373 (or 0x0B5373) is known color: Dark Cerulean. HEX triplet: 0B, 53 and 73. RGB value is (11,83,115). Sum of RGB (Red+Green+Blue) = 11+83+115=209 (27% of max value = 765). Red value is 11 (4.69% from 255 or 5.26% from 209); Green value is 83 (32.81% from 255 or 39.71% from 209); Blue value is 115 (45.31% from 255 or 55.02% from 209); Max value from RGB is 115 - color contains mainly: blue. Hex color #0B5373 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0B5373 is #F4AC8C. Grayscale: #404040. Windows color (decimal): -16034957 or 7557899. OLE color: 7557899.

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

Color convert

RGB 11 83 115 -
CMYK 0.90 0.28 0 0.55
HSL 198.46º 0.83% 0.25% -
HSV(B) 198.46º 0.9% 0.45% -
XYZ 6.33 7.5 17.33 -
YUV 65.12 156.15 89.4 -
System Red Green Blue C M Y K H S L
Decimal 11 83 115 0.90 0.28 0 0.55 198.46 0.83 0.25
Hex B 53 73 5A 1C 0 37 C6 53 19
Octal 13 123 163 132 34 0 67 306 123 31
Binary 1011 1010011 1110011 1011010 11100 0 110111 11000110 1010011 11001

Color Harmonies of #0B5373

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B5373

Black with #0B5373

Text Example


Text Example

White with #0B5373

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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