#095697

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

Shades of Cobalt #095697

Tints of Cobalt #095697

Color information

#095697 (or 0x095697) is unknown color: approx Cobalt. HEX triplet: 09, 56 and 97. RGB value is (9,86,151). Sum of RGB (Red+Green+Blue) = 9+86+151=246 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.66% from 246); Green value is 86 (33.98% from 255 or 34.96% from 246); Blue value is 151 (59.38% from 255 or 61.38% from 246); Max value from RGB is 151 - color contains mainly: blue. Hex color #095697 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #095697 is #F6A968. Grayscale: #464646. Windows color (decimal): -16165225 or 9917961. OLE color: 9917961.

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

Color convert

RGB986151-
CMYK0.940.4300.41
HSL207.46º88.75%31.37%-
HSV(B)207.46º94.04%59.22%-
XYZ9.038.9530.53-
YUV70.39173.4984.21-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.66%
GREEN value IS 86 (33.98% from 255) = 34.96%
BLUE value IS 151 (59.38% from 255) = 61.38%
R=3.66%
G=34.96%
B=61.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9861510.940.4300.41207.4688.7531.37
Hex956975E2B029cf591f
Octal111262271365305131713137
Binary10011010110100101111011110101011010100111001111101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #095697

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #095697; }

 p { color: rgb(9,86,151); }

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

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

 a { background-color: rgb(9,86,151); }

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

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

 span { border-color: rgb(9,86,151); }

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