#0A78AD

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

Shades of Cerulean #0A78AD

Tints of Cerulean #0A78AD

Color information

#0A78AD (or 0x0A78AD) is unknown color: approx Cerulean. HEX triplet: 0A, 78 and AD. RGB value is (10,120,173). Sum of RGB (Red+Green+Blue) = 10+120+173=303 (40% of max value = 765). Red value is 10 (4.30% from 255 or 3.30% from 303); Green value is 120 (47.27% from 255 or 39.60% from 303); Blue value is 173 (67.97% from 255 or 57.10% from 303); Max value from RGB is 173 - color contains mainly: blue. Hex color #0A78AD is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A78AD is #F58752. Grayscale: #5C5C5C. Windows color (decimal): -16090963 or 11368458. OLE color: 11368458.

HSL color Cylindrical-coordinate representation of color #0A78AD: hue angle of 199.51º degrees, saturation: 0.89, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A78AD is Cyan = 0.94, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB10120173-
CMYK0.940.3100.32
HSL199.51º89.07%35.88%-
HSV(B)199.51º94.22%67.84%-
XYZ14.3816.5141.96-
YUV93.15173.0668.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.30%
GREEN value IS 120 (47.27% from 255) = 39.60%
BLUE value IS 173 (67.97% from 255) = 57.10%
R=3.30%
G=39.60%
B=57.10%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal101201730.940.3100.32199.5189.0735.88
HexA78AD5E1F020c85924
Octal121702551363704031013144
Binary10101111000101011011011110111110100000110010001011001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A78AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,120,173); }

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

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

 a { background-color: rgb(10,120,173); }

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

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

 span { border-color: rgb(10,120,173); }

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