#0940AB

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

Shades of Cobalt #0940AB

Tints of Cobalt #0940AB

Color information

#0940AB (or 0x0940AB) is unknown color: approx Cobalt. HEX triplet: 09, 40 and AB. RGB value is (9,64,171). Sum of RGB (Red+Green+Blue) = 9+64+171=244 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.69% from 244); Green value is 64 (25.39% from 255 or 26.23% from 244); Blue value is 171 (67.19% from 255 or 70.08% from 244); Max value from RGB is 171 - color contains mainly: blue. Hex color #0940AB is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0940AB is #F6BF54. Grayscale: #3B3B3B. Windows color (decimal): -16170837 or 11223049. OLE color: 11223049.

HSL color Cylindrical-coordinate representation of color #0940AB: hue angle of 219.63º degrees, saturation: 0.9, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0940AB is Cyan = 0.95, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB964171-
CMYK0.950.6300.33
HSL219.63º90%35.29%-
HSV(B)219.63º94.74%67.06%-
XYZ9.36.6739.32-
YUV59.75190.7891.8-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.69%
GREEN value IS 64 (25.39% from 255) = 26.23%
BLUE value IS 171 (67.19% from 255) = 70.08%
R=3.69%
G=26.23%
B=70.08%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal9641710.950.6300.33219.639035.29
Hex940AB5F3F021dc5a23
Octal111002531377704133413243
Binary100110000001010101110111111111110100001110111001011010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0940AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0940AB; }

 p { color: rgb(9,64,171); }

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

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

 a { background-color: rgb(9,64,171); }

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

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

 span { border-color: rgb(9,64,171); }

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