#0A66A8

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

Shades of Cerulean #0A66A8

Tints of Cerulean #0A66A8

Color information

#0A66A8 (or 0x0A66A8) is unknown color: approx Cerulean. HEX triplet: 0A, 66 and A8. RGB value is (10,102,168). Sum of RGB (Red+Green+Blue) = 10+102+168=280 (37% of max value = 765). Red value is 10 (4.30% from 255 or 3.57% from 280); Green value is 102 (40.23% from 255 or 36.43% from 280); Blue value is 168 (66.02% from 255 or 60% from 280); Max value from RGB is 168 - color contains mainly: blue. Hex color #0A66A8 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A66A8 is #F59957. Grayscale: #515151. Windows color (decimal): -16095576 or 11036170. OLE color: 11036170.

HSL color Cylindrical-coordinate representation of color #0A66A8: hue angle of 205.06º degrees, saturation: 0.89, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.66% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0A66A8 is Cyan = 0.94, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.34.

Color convert

RGB10102168-
CMYK0.940.3900.34
HSL205.06º88.76%34.9%-
HSV(B)205.06º94.05%65.88%-
XYZ11.9412.3938.81-
YUV82.02176.5276.63-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.57%
GREEN value IS 102 (40.23% from 255) = 36.43%
BLUE value IS 168 (66.02% from 255) = 60%
R=3.57%
G=36.43%
B=60%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.34
SystemRedGreenBlueCMYKHSL
Decimal101021680.940.3900.34205.0688.7634.9
HexA66A85E27022cd5923
Octal121462501364704231513143
Binary101011001101010100010111101001110100010110011011011001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A66A8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,102,168); }

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

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

 a { background-color: rgb(10,102,168); }

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

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

 span { border-color: rgb(10,102,168); }

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