#0A609E

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

Shades of Cerulean #0A609E

Tints of Cerulean #0A609E

Color information

#0A609E (or 0x0A609E) is unknown color: approx Cerulean. HEX triplet: 0A, 60 and 9E. RGB value is (10,96,158). Sum of RGB (Red+Green+Blue) = 10+96+158=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 96 (37.89% from 255 or 36.36% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A609E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A609E is #F59F61. Grayscale: #4D4D4D. Windows color (decimal): -16097122 or 10379274. OLE color: 10379274.

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

Color convert

RGB1096158-
CMYK0.940.3900.38
HSL205.14º88.1%32.94%-
HSV(B)205.14º93.67%61.96%-
XYZ10.4810.933.9-
YUV77.35173.5179.96-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.79%
GREEN value IS 96 (37.89% from 255) = 36.36%
BLUE value IS 158 (62.11% from 255) = 59.85%
R=3.79%
G=36.36%
B=59.85%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal10961580.940.3900.38205.1488.132.94
HexA609E5E27026cd5821
Octal121402361364704631513041
Binary101011000001001111010111101001110100110110011011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A609E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,96,158); }

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

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

 a { background-color: rgb(10,96,158); }

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

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

 span { border-color: rgb(10,96,158); }

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