#094A98

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

Shades of Cobalt #094A98

Tints of Cobalt #094A98

Color information

#094A98 (or 0x094A98) is unknown color: approx Cobalt. HEX triplet: 09, 4A and 98. RGB value is (9,74,152). Sum of RGB (Red+Green+Blue) = 9+74+152=235 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.83% from 235); Green value is 74 (29.30% from 255 or 31.49% from 235); Blue value is 152 (59.77% from 255 or 64.68% from 235); Max value from RGB is 152 - color contains mainly: blue. Hex color #094A98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094A98 is #F6B567. Grayscale: #3F3F3F. Windows color (decimal): -16168296 or 9980425. OLE color: 9980425.

HSL color Cylindrical-coordinate representation of color #094A98: hue angle of 212.73º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094A98 is Cyan = 0.94, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB974152-
CMYK0.940.5100.40
HSL212.73º88.82%31.57%-
HSV(B)212.73º94.08%59.61%-
XYZ8.237.2230.67-
YUV63.46177.9789.16-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.83%
GREEN value IS 74 (29.30% from 255) = 31.49%
BLUE value IS 152 (59.77% from 255) = 64.68%
R=3.83%
G=31.49%
B=64.68%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9741520.940.5100.40212.7388.8231.57
Hex94A985E33028d55920
Octal111122301366305032513140
Binary100110010101001100010111101100110101000110101011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094A98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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