#0A769F

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

Shades of Cerulean #0A769F

Tints of Cerulean #0A769F

Color information

#0A769F (or 0x0A769F) is unknown color: approx Cerulean. HEX triplet: 0A, 76 and 9F. RGB value is (10,118,159). Sum of RGB (Red+Green+Blue) = 10+118+159=287 (38% of max value = 765). Red value is 10 (4.30% from 255 or 3.48% from 287); Green value is 118 (46.48% from 255 or 41.11% from 287); Blue value is 159 (62.5% from 255 or 55.40% from 287); Max value from RGB is 159 - color contains mainly: blue. Hex color #0A769F is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A769F is #F58960. Grayscale: #5A5A5A. Windows color (decimal): -16091489 or 10450442. OLE color: 10450442.

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

Color convert

RGB10118159-
CMYK0.940.2600.38
HSL196.51º88.17%33.14%-
HSV(B)196.51º93.71%62.35%-
XYZ12.8615.5235.12-
YUV90.38166.7270.67-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.48%
GREEN value IS 118 (46.48% from 255) = 41.11%
BLUE value IS 159 (62.5% from 255) = 55.40%
R=3.48%
G=41.11%
B=55.40%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal101181590.940.2600.38196.5188.1733.14
HexA769F5E1A026c55821
Octal121662371363204630513041
Binary10101110110100111111011110110100100110110001011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A769F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,118,159); }

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

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

 a { background-color: rgb(10,118,159); }

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

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

 span { border-color: rgb(10,118,159); }

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