#094591

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

Shades of Dark Cerulean #094591

Tints of Dark Cerulean #094591

Color information

#094591 (or 0x094591) is unknown color: approx Dark Cerulean. HEX triplet: 09, 45 and 91. RGB value is (9,69,145). Sum of RGB (Red+Green+Blue) = 9+69+145=223 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.04% from 223); Green value is 69 (27.34% from 255 or 30.94% from 223); Blue value is 145 (57.03% from 255 or 65.02% from 223); Max value from RGB is 145 - color contains mainly: blue. Hex color #094591 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094591 is #F6BA6E. Grayscale: #3B3B3B. Windows color (decimal): -16169583 or 9520393. OLE color: 9520393.

HSL color Cylindrical-coordinate representation of color #094591: hue angle of 213.53º 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 #094591 is Cyan = 0.94, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB969145-
CMYK0.940.5200.43
HSL213.53º88.31%30.2%-
HSV(B)213.53º93.79%56.86%-
XYZ7.356.3627.63-
YUV59.72176.1291.82-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.04%
GREEN value IS 69 (27.34% from 255) = 30.94%
BLUE value IS 145 (57.03% from 255) = 65.02%
R=4.04%
G=30.94%
B=65.02%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9691450.940.5200.43213.5388.3130.2
Hex945915E3402Bd6581e
Octal111052211366405332613036
Binary10011000101100100011011110110100010101111010110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094591

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094591; }

 p { color: rgb(9,69,145); }

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

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

 a { background-color: rgb(9,69,145); }

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

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

 span { border-color: rgb(9,69,145); }

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