#0A6896

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

Shades of Cerulean #0A6896

Tints of Cerulean #0A6896

Color information

#0A6896 (or 0x0A6896) is unknown color: approx Cerulean. HEX triplet: 0A, 68 and 96. RGB value is (10,104,150). Sum of RGB (Red+Green+Blue) = 10+104+150=264 (34% of max value = 765). Red value is 10 (4.30% from 255 or 3.79% from 264); Green value is 104 (41.02% from 255 or 39.39% from 264); Blue value is 150 (58.98% from 255 or 56.82% from 264); Max value from RGB is 150 - color contains mainly: blue. Hex color #0A6896 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0A6896 is #F59769. Grayscale: #505050. Windows color (decimal): -16095082 or 9857034. OLE color: 9857034.

HSL color Cylindrical-coordinate representation of color #0A6896: hue angle of 199.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 #0A6896 is Cyan = 0.93, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB10104150-
CMYK0.930.3100.41
HSL199.71º87.5%31.37%-
HSV(B)199.71º93.33%58.82%-
XYZ10.5812.1730.65-
YUV81.14166.8677.26-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 3.79%
GREEN value IS 104 (41.02% from 255) = 39.39%
BLUE value IS 150 (58.98% from 255) = 56.82%
R=3.79%
G=39.39%
B=56.82%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal101041500.930.3100.41199.7187.531.37
HexA68965D1F029c8581f
Octal121502261353705131013037
Binary1010110100010010110101110111111010100111001000101100011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A6896

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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