#0968A0

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

Shades of Cerulean #0968A0

Tints of Cerulean #0968A0

Color information

#0968A0 (or 0x0968A0) is unknown color: approx Cerulean. HEX triplet: 09, 68 and A0. RGB value is (9,104,160). Sum of RGB (Red+Green+Blue) = 9+104+160=273 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.30% from 273); Green value is 104 (41.02% from 255 or 38.10% from 273); Blue value is 160 (62.89% from 255 or 58.61% from 273); Max value from RGB is 160 - color contains mainly: blue. Hex color #0968A0 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0968A0 is #F6975F. Grayscale: #515151. Windows color (decimal): -16160608 or 10512393. OLE color: 10512393.

HSL color Cylindrical-coordinate representation of color #0968A0: hue angle of 202.25º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #0968A0 is Cyan = 0.94, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB9104160-
CMYK0.940.3500.37
HSL202.25º89.35%33.14%-
HSV(B)202.25º94.38%62.75%-
XYZ11.4112.535.07-
YUV81.98172.0375.95-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.30%
GREEN value IS 104 (41.02% from 255) = 38.10%
BLUE value IS 160 (62.89% from 255) = 58.61%
R=3.30%
G=38.10%
B=58.61%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal91041600.940.3500.37202.2589.3533.14
Hex968A05E23025ca5921
Octal111502401364304531213141
Binary100111010001010000010111101000110100101110010101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0968A0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0968A0; }

 p { color: rgb(9,104,160); }

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

<style>
 a { background-color: #0968A0; }

 a { background-color: rgb(9,104,160); }

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

<style>
 span { border-color: #0968A0; }

 span { border-color: rgb(9,104,160); }

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