#0078A9

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

Shades of Cerulean #0078A9

Tints of Cerulean #0078A9

Color information

#0078A9 (or 0x0078A9) is unknown color: approx Cerulean. HEX triplet: 00, 78 and A9. RGB value is (0,120,169). Sum of RGB (Red+Green+Blue) = 0+120+169=289 (38% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 289); Green value is 120 (47.27% from 255 or 41.52% from 289); Blue value is 169 (66.41% from 255 or 58.48% from 289); Max value from RGB is 169 - color contains mainly: blue. Hex color #0078A9 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0078A9 is #FF8756. Grayscale: #595959. Windows color (decimal): -16746327 or 11106304. OLE color: 11106304.

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

Color convert

RGB0120169-
CMYK10.2900.34
HSL197.4º100%33.14%-
HSV(B)197.4º100%66.27%-
XYZ13.8816.339.95-
YUV89.71172.7464.02-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 120 (47.27% from 255) = 41.52%
BLUE value IS 169 (66.41% from 255) = 58.48%
R=0%
G=41.52%
B=58.48%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal012016910.2900.34197.410033.14
Hex078A9641D022c56421
Octal01702511443504230514441
Binary01111000101010011100100111010100010110001011100100100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0078A9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0078A9; }

 p { color: rgb(0,120,169); }

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

<style>
 a { background-color: #0078A9; }

 a { background-color: rgb(0,120,169); }

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

<style>
 span { border-color: #0078A9; }

 span { border-color: rgb(0,120,169); }

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