#094F98

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

Shades of Cobalt #094F98

Tints of Cobalt #094F98

Color information

#094F98 (or 0x094F98) is unknown color: approx Cobalt. HEX triplet: 09, 4F and 98. RGB value is (9,79,152). Sum of RGB (Red+Green+Blue) = 9+79+152=240 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.75% from 240); Green value is 79 (31.25% from 255 or 32.92% from 240); Blue value is 152 (59.77% from 255 or 63.33% from 240); Max value from RGB is 152 - color contains mainly: blue. Hex color #094F98 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094F98 is #F6B067. Grayscale: #424242. Windows color (decimal): -16167016 or 9981705. OLE color: 9981705.

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

Color convert

RGB979152-
CMYK0.940.4800.40
HSL210.63º88.82%31.57%-
HSV(B)210.63º94.08%59.61%-
XYZ8.587.9230.78-
YUV66.39176.3187.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.75%
GREEN value IS 79 (31.25% from 255) = 32.92%
BLUE value IS 152 (59.77% from 255) = 63.33%
R=3.75%
G=32.92%
B=63.33%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal9791520.940.4800.40210.6388.8231.57
Hex94F985E30028d35920
Octal111172301366005032313140
Binary100110011111001100010111101100000101000110100111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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