#0A7696

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

Shades of Cerulean #0A7696

Tints of Cerulean #0A7696

Color information

#0A7696 (or 0x0A7696) is unknown color: approx Cerulean. HEX triplet: 0A, 76 and 96. RGB value is (10,118,150). Sum of RGB (Red+Green+Blue) = 10+118+150=278 (36% of max value = 765). Red value is 10 (4.30% from 255 or 3.60% from 278); Green value is 118 (46.48% from 255 or 42.45% from 278); Blue value is 150 (58.98% from 255 or 53.96% from 278); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A7696 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A7696 is #F58969. Grayscale: #595959. Windows color (decimal): -16091498 or 9860618. OLE color: 9860618.

HSL color Cylindrical-coordinate representation of color #0A7696: hue angle of 193.71º degrees, saturation: 0.88, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #0A7696 is Cyan = 0.93, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10118150-
CMYK0.930.2100.41
HSL193.71º87.5%31.37%-
HSV(B)193.71º93.33%58.82%-
XYZ12.1115.2231.15-
YUV89.36162.2271.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.60%
GREEN value IS 118 (46.48% from 255) = 42.45%
BLUE value IS 150 (58.98% from 255) = 53.96%
R=3.60%
G=42.45%
B=53.96%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101181500.930.2100.41193.7187.531.37
HexA76965D15029c2581f
Octal121662261352505130213037
Binary1010111011010010110101110110101010100111000010101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A7696

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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