#094B98

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

Shades of Cobalt #094B98

Tints of Cobalt #094B98

Color information

#094B98 (or 0x094B98) is unknown color: approx Cobalt. HEX triplet: 09, 4B and 98. RGB value is (9,75,152). Sum of RGB (Red+Green+Blue) = 9+75+152=236 (31% of max value = 765). Red value is 9 (3.91% from 255 or 3.81% from 236); Green value is 75 (29.69% from 255 or 31.78% from 236); Blue value is 152 (59.77% from 255 or 64.41% from 236); Max value from RGB is 152 - color contains mainly: blue. Hex color #094B98 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094B98 is #F6B467. Grayscale: #3F3F3F. Windows color (decimal): -16168040 or 9980681. OLE color: 9980681.

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

Color convert

RGB975152-
CMYK0.940.5100.40
HSL212.31º88.82%31.57%-
HSV(B)212.31º94.08%59.61%-
XYZ8.37.3630.69-
YUV64.04177.6388.74-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.81%
GREEN value IS 75 (29.69% from 255) = 31.78%
BLUE value IS 152 (59.77% from 255) = 64.41%
R=3.81%
G=31.78%
B=64.41%

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
Decimal9751520.940.5100.40212.3188.8231.57
Hex94B985E33028d45920
Octal111132301366305032413140
Binary100110010111001100010111101100110101000110101001011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094B98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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