#094484

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

Shades of Dark Cerulean #094484

Tints of Dark Cerulean #094484

Color information

#094484 (or 0x094484) is unknown color: approx Dark Cerulean. HEX triplet: 09, 44 and 84. RGB value is (9,68,132). Sum of RGB (Red+Green+Blue) = 9+68+132=209 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.31% from 209); Green value is 68 (26.95% from 255 or 32.54% from 209); Blue value is 132 (51.95% from 255 or 63.16% from 209); Max value from RGB is 132 - color contains mainly: blue. Hex color #094484 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094484 is #F6BB7B. Grayscale: #393939. Windows color (decimal): -16169852 or 8668169. OLE color: 8668169.

HSL color Cylindrical-coordinate representation of color #094484: hue angle of 211.22º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094484 is Cyan = 0.93, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB968132-
CMYK0.930.4800.48
HSL211.22º87.23%27.65%-
HSV(B)211.22º93.18%51.76%-
XYZ6.345.8622.63-
YUV57.66169.9593.3-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.31%
GREEN value IS 68 (26.95% from 255) = 32.54%
BLUE value IS 132 (51.95% from 255) = 63.16%
R=4.31%
G=32.54%
B=63.16%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9681320.930.4800.48211.2287.2327.65
Hex944845D30030d3571c
Octal111042041356006032312734
Binary10011000100100001001011101110000011000011010011101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094484

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094484; }

 p { color: rgb(9,68,132); }

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

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

 a { background-color: rgb(9,68,132); }

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

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

 span { border-color: rgb(9,68,132); }

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