#0A6C9E

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

Shades of Cerulean #0A6C9E

Tints of Cerulean #0A6C9E

Color information

#0A6C9E (or 0x0A6C9E) is unknown color: approx Cerulean. HEX triplet: 0A, 6C and 9E. RGB value is (10,108,158). Sum of RGB (Red+Green+Blue) = 10+108+158=276 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.62% from 276); Green value is 108 (42.58% from 255 or 39.13% from 276); Blue value is 158 (62.11% from 255 or 57.25% from 276); Max value from RGB is 158 - color contains mainly: blue. Hex color #0A6C9E is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6C9E is #F59361. Grayscale: #545454. Windows color (decimal): -16094050 or 10382346. OLE color: 10382346.

HSL color Cylindrical-coordinate representation of color #0A6C9E: hue angle of 200.27º 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 #0A6C9E is Cyan = 0.94, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB10108158-
CMYK0.940.3200.38
HSL200.27º88.1%32.94%-
HSV(B)200.27º93.67%61.96%-
XYZ11.6613.2634.29-
YUV84.4169.5374.93-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.62%
GREEN value IS 108 (42.58% from 255) = 39.13%
BLUE value IS 158 (62.11% from 255) = 57.25%
R=3.62%
G=39.13%
B=57.25%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101081580.940.3200.38200.2788.132.94
HexA6C9E5E20026c85821
Octal121542361364004631013041
Binary101011011001001111010111101000000100110110010001011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6C9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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