#094F89

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

Shades of Dark Cerulean #094F89

Tints of Dark Cerulean #094F89

Color information

#094F89 (or 0x094F89) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4F and 89. RGB value is (9,79,137). Sum of RGB (Red+Green+Blue) = 9+79+137=225 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4% from 225); Green value is 79 (31.25% from 255 or 35.11% from 225); Blue value is 137 (53.91% from 255 or 60.89% from 225); Max value from RGB is 137 - color contains mainly: blue. Hex color #094F89 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094F89 is #F6B076. Grayscale: #404040. Windows color (decimal): -16167031 or 8998665. OLE color: 8998665.

HSL color Cylindrical-coordinate representation of color #094F89: hue angle of 207.19º degrees, saturation: 0.88, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094F89 is Cyan = 0.93, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB979137-
CMYK0.930.4200.46
HSL207.19º87.67%28.63%-
HSV(B)207.19º93.43%53.73%-
XYZ7.427.4624.71-
YUV64.68168.8188.28-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4%
GREEN value IS 79 (31.25% from 255) = 35.11%
BLUE value IS 137 (53.91% from 255) = 60.89%
R=4%
G=35.11%
B=60.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal9791370.930.4200.46207.1987.6728.63
Hex94F895D2A02Ecf581d
Octal111172111355205631713035
Binary10011001111100010011011101101010010111011001111101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094F89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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