#0956AE

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

Shades of Cobalt #0956AE

Tints of Cobalt #0956AE

Color information

#0956AE (or 0x0956AE) is unknown color: approx Cobalt. HEX triplet: 09, 56 and AE. RGB value is (9,86,174). Sum of RGB (Red+Green+Blue) = 9+86+174=269 (35% of max value = 765). Red value is 9 (3.91% from 255 or 3.35% from 269); Green value is 86 (33.98% from 255 or 31.97% from 269); Blue value is 174 (68.36% from 255 or 64.68% from 269); Max value from RGB is 174 - color contains mainly: blue. Hex color #0956AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0956AE is #F6A951. Grayscale: #484848. Windows color (decimal): -16165202 or 11425289. OLE color: 11425289.

HSL color Cylindrical-coordinate representation of color #0956AE: hue angle of 212º degrees, saturation: 0.9, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0956AE is Cyan = 0.95, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB986174-
CMYK0.950.5100.32
HSL212º90.16%35.88%-
HSV(B)212º94.83%68.24%-
XYZ11.089.7741.35-
YUV73.01184.9982.34-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.35%
GREEN value IS 86 (33.98% from 255) = 31.97%
BLUE value IS 174 (68.36% from 255) = 64.68%
R=3.35%
G=31.97%
B=64.68%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9861740.950.5100.3221290.1635.88
Hex956AE5F33020d45a24
Octal111262561376304032413244
Binary100110101101010111010111111100110100000110101001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0956AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0956AE; }

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

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

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

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

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

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

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

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