#094992

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

Shades of Dark Cerulean #094992

Tints of Dark Cerulean #094992

Color information

#094992 (or 0x094992) is unknown color: approx Dark Cerulean. HEX triplet: 09, 49 and 92. RGB value is (9,73,146). Sum of RGB (Red+Green+Blue) = 9+73+146=228 (30% of max value = 765). Red value is 9 (3.91% from 255 or 3.95% from 228); Green value is 73 (28.91% from 255 or 32.02% from 228); Blue value is 146 (57.42% from 255 or 64.04% from 228); Max value from RGB is 146 - color contains mainly: blue. Hex color #094992 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094992 is #F6B66D. Grayscale: #3D3D3D. Windows color (decimal): -16168558 or 9586953. OLE color: 9586953.

HSL color Cylindrical-coordinate representation of color #094992: hue angle of 211.97º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #094992 is Cyan = 0.94, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB973146-
CMYK0.940.500.43
HSL211.97º88.39%30.39%-
HSV(B)211.97º93.84%57.25%-
XYZ7.686.928.12-
YUV62.19175.390.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.95%
GREEN value IS 73 (28.91% from 255) = 32.02%
BLUE value IS 146 (57.42% from 255) = 64.04%
R=3.95%
G=32.02%
B=64.04%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.5
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9731460.940.500.43211.9788.3930.39
Hex949925E3202Bd4581e
Octal111112221366205332413036
Binary10011001001100100101011110110010010101111010100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094992; }

 p { color: rgb(9,73,146); }

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

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

 a { background-color: rgb(9,73,146); }

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

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

 span { border-color: rgb(9,73,146); }

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