Html Css Color HEX #0B709B Cerulean

📋 copy color: '#0B709B'

red 11 ◦ green 112 ◦ blue 155

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

Shades of Cerulean #0B709B

Tints of Cerulean #0B709B

RGB

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

 GREEN value IS 112 (44.14% from 255) = 40.29%

 BLUE value IS 155 (60.94% from 255) = 55.76%

R = 3.96%
G = 40.29%
B = 55.76%

CMYK

 C value IS 0.93

 M value IS 0.28

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#0B709B (or 0x0B709B) is known color: Cerulean. HEX triplet: 0B, 70 and 9B. RGB value is (11,112,155). Sum of RGB (Red+Green+Blue) = 11+112+155=278 (36% of max value = 765). Red value is 11 (4.69% from 255 or 3.96% from 278); Green value is 112 (44.14% from 255 or 40.29% from 278); Blue value is 155 (60.94% from 255 or 55.76% from 278); Max value from RGB is 155 - color contains mainly: blue. Hex color #0B709B is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B709B is #F48F64. Grayscale: #565656. Windows color (decimal): -16027493 or 10186763. OLE color: 10186763.

HSL color Cylindrical-coordinate representation of color #0B709B: hue angle of 197.92º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B709B is Cyan = 0.93, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 11 112 155 -
CMYK 0.93 0.28 0 0.39
HSL 197.92º 0.87% 0.33% -
HSV(B) 197.92º 0.93% 0.61% -
XYZ 11.85 14.03 33.09 -
YUV 86.7 166.54 74 -
System Red Green Blue C M Y K H S L
Decimal 11 112 155 0.93 0.28 0 0.39 197.92 0.87 0.33
Hex B 70 9B 5D 1C 0 27 C6 57 21
Octal 13 160 233 135 34 0 47 306 127 41
Binary 1011 1110000 10011011 1011101 11100 0 100111 11000110 1010111 100001

Color Harmonies of #0B709B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B709B

Black with #0B709B

Text Example


Text Example

White with #0B709B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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