Html Css Color HEX #0B70A8 Cerulean

📋 copy color: '#0B70A8'

red 11 ◦ green 112 ◦ blue 168

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

Shades of Cerulean #0B70A8

Tints of Cerulean #0B70A8

RGB

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

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

 BLUE value IS 168 (66.02% from 255) = 57.73%

R = 3.78%
G = 38.49%
B = 57.73%

CMYK

 C value IS 0.93

 M value IS 0.33

 Y value IS 0

 K value IS 0.34

RGB Variations

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

Color information

#0B70A8 (or 0x0B70A8) is known color: Cerulean. HEX triplet: 0B, 70 and A8. RGB value is (11,112,168). Sum of RGB (Red+Green+Blue) = 11+112+168=291 (38% of max value = 765). Red value is 11 (4.69% from 255 or 3.78% from 291); Green value is 112 (44.14% from 255 or 38.49% from 291); Blue value is 168 (66.02% from 255 or 57.73% from 291); Max value from RGB is 168 - color contains mainly: blue. Hex color #0B70A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B70A8 is #F48F57. Grayscale: #575757. Windows color (decimal): -16027480 or 11038731. OLE color: 11038731.

HSL color Cylindrical-coordinate representation of color #0B70A8: hue angle of 201.4º degrees, saturation: 0.88, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0B70A8 is Cyan = 0.93, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB 11 112 168 -
CMYK 0.93 0.33 0 0.34
HSL 201.4º 0.88% 0.35% -
HSV(B) 201.4º 0.93% 0.66% -
XYZ 13 14.49 39.16 -
YUV 88.19 173.04 72.95 -
System Red Green Blue C M Y K H S L
Decimal 11 112 168 0.93 0.33 0 0.34 201.4 0.88 0.35
Hex B 70 A8 5D 21 0 22 C9 58 23
Octal 13 160 250 135 41 0 42 311 130 43
Binary 1011 1110000 10101000 1011101 100001 0 100010 11001001 1011000 100011

Color Harmonies of #0B70A8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0B70A8

Black with #0B70A8

Text Example


Text Example

White with #0B70A8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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