#0A789A

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

Shades of Cerulean #0A789A

Tints of Cerulean #0A789A

Color information

#0A789A (or 0x0A789A) is unknown color: approx Cerulean. HEX triplet: 0A, 78 and 9A. RGB value is (10,120,154). Sum of RGB (Red+Green+Blue) = 10+120+154=284 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.52% from 284); Green value is 120 (47.27% from 255 or 42.25% from 284); Blue value is 154 (60.55% from 255 or 54.23% from 284); Max value from RGB is 154 - color contains mainly: blue. Hex color #0A789A is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A789A is #F58765. Grayscale: #5A5A5A. Windows color (decimal): -16090982 or 10123274. OLE color: 10123274.

HSL color Cylindrical-coordinate representation of color #0A789A: hue angle of 194.17º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A789A is Cyan = 0.94, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB10120154-
CMYK0.940.2200.40
HSL194.17º87.8%32.16%-
HSV(B)194.17º93.51%60.39%-
XYZ12.6715.8332.96-
YUV90.99163.5670.24-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.52%
GREEN value IS 120 (47.27% from 255) = 42.25%
BLUE value IS 154 (60.55% from 255) = 54.23%
R=3.52%
G=42.25%
B=54.23%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal101201540.940.2200.40194.1787.832.16
HexA789A5E16028c25820
Octal121702321362605030213040
Binary10101111000100110101011110101100101000110000101011000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A789A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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