#0941AE

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

Shades of Cobalt #0941AE

Tints of Cobalt #0941AE

Color information

#0941AE (or 0x0941AE) is unknown color: approx Cobalt. HEX triplet: 09, 41 and AE. RGB value is (9,65,174). Sum of RGB (Red+Green+Blue) = 9+65+174=248 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.63% from 248); Green value is 65 (25.78% from 255 or 26.21% from 248); Blue value is 174 (68.36% from 255 or 70.16% from 248); Max value from RGB is 174 - color contains mainly: blue. Hex color #0941AE is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0941AE is #F6BE51. Grayscale: #3C3C3C. Windows color (decimal): -16170578 or 11419913. OLE color: 11419913.

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

Color convert

RGB965174-
CMYK0.950.6300.32
HSL219.64º90.16%35.88%-
HSV(B)219.64º94.83%68.24%-
XYZ9.646.8940.87-
YUV60.68191.9591.14-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.63%
GREEN value IS 65 (25.78% from 255) = 26.21%
BLUE value IS 174 (68.36% from 255) = 70.16%
R=3.63%
G=26.21%
B=70.16%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal9651740.950.6300.32219.6490.1635.88
Hex941AE5F3F020dc5a24
Octal111012561377704033413244
Binary100110000011010111010111111111110100000110111001011010100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0941AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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