#0A6D91

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

Shades of Cerulean #0A6D91

Tints of Cerulean #0A6D91

Color information

#0A6D91 (or 0x0A6D91) is unknown color: approx Cerulean. HEX triplet: 0A, 6D and 91. RGB value is (10,109,145). Sum of RGB (Red+Green+Blue) = 10+109+145=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 109 (42.97% from 255 or 41.29% from 264); Blue value is 145 (57.03% from 255 or 54.92% from 264); Max value from RGB is 145 - color contains mainly: blue. Hex color #0A6D91 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6D91 is #F5926E. Grayscale: #535353. Windows color (decimal): -16093807 or 9530634. OLE color: 9530634.

HSL color Cylindrical-coordinate representation of color #0A6D91: hue angle of 196º degrees, saturation: 0.87, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A6D91 is Cyan = 0.93, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB10109145-
CMYK0.930.2500.43
HSL196º87.1%30.39%-
HSV(B)196º93.1%56.86%-
XYZ10.713.0528.74-
YUV83.5162.775.57-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.79%
GREEN value IS 109 (42.97% from 255) = 41.29%
BLUE value IS 145 (57.03% from 255) = 54.92%
R=3.79%
G=41.29%
B=54.92%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.25
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal101091450.930.2500.4319687.130.39
HexA6D915D1902Bc4571e
Octal121552211353105330412736
Binary1010110110110010001101110111001010101111000100101011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6D91

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,109,145); }

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

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

 a { background-color: rgb(10,109,145); }

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

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

 span { border-color: rgb(10,109,145); }

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