#0950AE

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

Shades of Cobalt #0950AE

Tints of Cobalt #0950AE

Color information

#0950AE (or 0x0950AE) is unknown color: approx Cobalt. HEX triplet: 09, 50 and AE. RGB value is (9,80,174). Sum of RGB (Red+Green+Blue) = 9+80+174=263 (34% of max value = 765). Red value is 9 (3.91% from 255 or 3.42% from 263); Green value is 80 (31.64% from 255 or 30.42% from 263); Blue value is 174 (68.36% from 255 or 66.16% from 263); Max value from RGB is 174 - color contains mainly: blue. Hex color #0950AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #0950AE is #F6AF51. Grayscale: #454545. Windows color (decimal): -16166738 or 11423753. OLE color: 11423753.

HSL color Cylindrical-coordinate representation of color #0950AE: hue angle of 214.18º 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 #0950AE is Cyan = 0.95, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB980174-
CMYK0.950.5400.32
HSL214.18º90.16%35.88%-
HSV(B)214.18º94.83%68.24%-
XYZ10.628.8541.19-
YUV69.49186.9884.86-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.42%
GREEN value IS 80 (31.64% from 255) = 30.42%
BLUE value IS 174 (68.36% from 255) = 66.16%
R=3.42%
G=30.42%
B=66.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9801740.950.5400.32214.1890.1635.88
Hex950AE5F36020d65a24
Octal111202561376604032613244
Binary100110100001010111010111111101100100000110101101011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0950AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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