#0B78AA

Color #0B78AA Cerulean (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerulean #0B78AA

Tints of Cerulean #0B78AA

Color information

#0B78AA (or 0x0B78AA) is unknown color: approx Cerulean. HEX triplet: 0B, 78 and AA. RGB value is (11,120,170). Sum of RGB (Red+Green+Blue) = 11+120+170=301 (39% of max value = 765). Red value is 11 (4.69% from 255 or 3.65% from 301); Green value is 120 (47.27% from 255 or 39.87% from 301); Blue value is 170 (66.80% from 255 or 56.48% from 301); Max value from RGB is 170 - color contains mainly: blue. Hex color #0B78AA is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0B78AA is #F48755. Grayscale: #5C5C5C. Windows color (decimal): -16025430 or 11171851. OLE color: 11171851.

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

Color convert

RGB11120170-
CMYK0.940.2900.33
HSL198.87º87.85%35.49%-
HSV(B)198.87º93.53%66.67%-
XYZ14.1116.4140.45-
YUV93.11171.3969.43-

RGB Variations

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

RGB

RED value IS 11 (4.69% from 255) = 3.65%
GREEN value IS 120 (47.27% from 255) = 39.87%
BLUE value IS 170 (66.80% from 255) = 56.48%
R=3.65%
G=39.87%
B=56.48%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal111201700.940.2900.33198.8787.8535.49
HexB78AA5E1D021c75823
Octal131702521363504130713043
Binary10111111000101010101011110111010100001110001111011000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0B78AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(11,120,170); }

 H1.HeaderClassName
 {
   color: #0B78AA;
 }
 .AnyTagClassName
 {
   color: #0B78AA;
 }
</style>
background-color css

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

 a { background-color: rgb(11,120,170); }

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

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

 span { border-color: rgb(11,120,170); }

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