#094A9E

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

Shades of Cobalt #094A9E

Tints of Cobalt #094A9E

Color information

#094A9E (or 0x094A9E) is unknown color: approx Cobalt. HEX triplet: 09, 4A and 9E. RGB value is (9,74,158). Sum of RGB (Red+Green+Blue) = 9+74+158=241 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.73% from 241); Green value is 74 (29.30% from 255 or 30.71% from 241); Blue value is 158 (62.11% from 255 or 65.56% from 241); Max value from RGB is 158 - color contains mainly: blue. Hex color #094A9E is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094A9E is #F6B561. Grayscale: #3F3F3F. Windows color (decimal): -16168290 or 10373641. OLE color: 10373641.

HSL color Cylindrical-coordinate representation of color #094A9E: hue angle of 213.83º 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 #094A9E is Cyan = 0.94, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB974158-
CMYK0.940.5300.38
HSL213.83º89.22%32.75%-
HSV(B)213.83º94.3%61.96%-
XYZ8.737.4233.32-
YUV64.14180.9788.67-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.73%
GREEN value IS 74 (29.30% from 255) = 30.71%
BLUE value IS 158 (62.11% from 255) = 65.56%
R=3.73%
G=30.71%
B=65.56%

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
Decimal9741580.940.5300.38213.8389.2232.75
Hex94A9E5E35026d65921
Octal111122361366504632613141
Binary100110010101001111010111101101010100110110101101011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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