#094F97

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

Shades of Cobalt #094F97

Tints of Cobalt #094F97

Color information

#094F97 (or 0x094F97) is unknown color: approx Cobalt. HEX triplet: 09, 4F and 97. RGB value is (9,79,151). Sum of RGB (Red+Green+Blue) = 9+79+151=239 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.77% from 239); Green value is 79 (31.25% from 255 or 33.05% from 239); Blue value is 151 (59.38% from 255 or 63.18% from 239); Max value from RGB is 151 - color contains mainly: blue. Hex color #094F97 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094F97 is #F6B068. Grayscale: #414141. Windows color (decimal): -16167017 or 9916169. OLE color: 9916169.

HSL color Cylindrical-coordinate representation of color #094F97: hue angle of 210.42º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094F97 is Cyan = 0.94, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB979151-
CMYK0.940.4800.41
HSL210.42º88.75%31.37%-
HSV(B)210.42º94.04%59.22%-
XYZ8.497.8830.35-
YUV66.28175.8187.15-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.77%
GREEN value IS 79 (31.25% from 255) = 33.05%
BLUE value IS 151 (59.38% from 255) = 63.18%
R=3.77%
G=33.05%
B=63.18%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal9791510.940.4800.41210.4288.7531.37
Hex94F975E30029d2591f
Octal111172271366005132213137
Binary10011001111100101111011110110000010100111010010101100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,79,151); }

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

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

 a { background-color: rgb(9,79,151); }

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

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

 span { border-color: rgb(9,79,151); }

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