#0942A4

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

Shades of Cobalt #0942A4

Tints of Cobalt #0942A4

Color information

#0942A4 (or 0x0942A4) is unknown color: approx Cobalt. HEX triplet: 09, 42 and A4. RGB value is (9,66,164). Sum of RGB (Red+Green+Blue) = 9+66+164=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 66 (26.17% from 255 or 27.62% from 239); Blue value is 164 (64.45% from 255 or 68.62% from 239); Max value from RGB is 164 - color contains mainly: blue. Hex color #0942A4 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #0942A4 is #F6BD5B. Grayscale: #3B3B3B. Windows color (decimal): -16170332 or 10764809. OLE color: 10764809.

HSL color Cylindrical-coordinate representation of color #0942A4: hue angle of 217.94º degrees, saturation: 0.9, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #0942A4 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB966164-
CMYK0.950.6000.36
HSL217.94º89.6%33.92%-
HSV(B)217.94º94.51%64.31%-
XYZ8.766.6335.94-
YUV60.13186.6291.53-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.77%
GREEN value IS 66 (26.17% from 255) = 27.62%
BLUE value IS 164 (64.45% from 255) = 68.62%
R=3.77%
G=27.62%
B=68.62%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9661640.950.6000.36217.9489.633.92
Hex942A45F3C024da5a22
Octal111022441377404433213242
Binary100110000101010010010111111111000100100110110101011010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0942A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0942A4; }

 p { color: rgb(9,66,164); }

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

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

 a { background-color: rgb(9,66,164); }

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

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

 span { border-color: rgb(9,66,164); }

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