#094A9F

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

Shades of Cobalt #094A9F

Tints of Cobalt #094A9F

Color information

#094A9F (or 0x094A9F) is unknown color: approx Cobalt. HEX triplet: 09, 4A and 9F. RGB value is (9,74,159). Sum of RGB (Red+Green+Blue) = 9+74+159=242 (32% of max value = 765). Red value is 9 (3.91% from 255 or 3.72% from 242); Green value is 74 (29.30% from 255 or 30.58% from 242); Blue value is 159 (62.5% from 255 or 65.70% from 242); Max value from RGB is 159 - color contains mainly: blue. Hex color #094A9F is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094A9F is #F6B560. Grayscale: #3F3F3F. Windows color (decimal): -16168289 or 10439177. OLE color: 10439177.

HSL color Cylindrical-coordinate representation of color #094A9F: hue angle of 214º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094A9F is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB974159-
CMYK0.940.5300.38
HSL214º89.29%32.94%-
HSV(B)214º94.34%62.35%-
XYZ8.827.4633.78-
YUV64.26181.4788.59-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.72%
GREEN value IS 74 (29.30% from 255) = 30.58%
BLUE value IS 159 (62.5% from 255) = 65.70%
R=3.72%
G=30.58%
B=65.70%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal9741590.940.5300.3821489.2932.94
Hex94A9F5E35026d65921
Octal111122371366504632613141
Binary100110010101001111110111101101010100110110101101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094A9F; }

 p { color: rgb(9,74,159); }

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

<style>
 a { background-color: #094A9F; }

 a { background-color: rgb(9,74,159); }

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

<style>
 span { border-color: #094A9F; }

 span { border-color: rgb(9,74,159); }

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