#094790

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

Shades of Dark Cerulean #094790

Tints of Dark Cerulean #094790

Color information

#094790 (or 0x094790) is unknown color: approx Dark Cerulean. HEX triplet: 09, 47 and 90. RGB value is (9,71,144). Sum of RGB (Red+Green+Blue) = 9+71+144=224 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.02% from 224); Green value is 71 (28.12% from 255 or 31.70% from 224); Blue value is 144 (56.64% from 255 or 64.29% from 224); Max value from RGB is 144 - color contains mainly: blue. Hex color #094790 is not a web safe color. Web safe color analog (approx): #003399. Inversed color of #094790 is #F6B86F. Grayscale: #3C3C3C. Windows color (decimal): -16169072 or 9455369. OLE color: 9455369.

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

Color convert

RGB971144-
CMYK0.940.5100.44
HSL212.44º88.24%30%-
HSV(B)212.44º93.75%56.47%-
XYZ7.46.5827.27-
YUV60.78174.9691.06-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.02%
GREEN value IS 71 (28.12% from 255) = 31.70%
BLUE value IS 144 (56.64% from 255) = 64.29%
R=4.02%
G=31.70%
B=64.29%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal9711440.940.5100.44212.4488.2430
Hex947905E3302Cd4581e
Octal111072201366305432413036
Binary10011000111100100001011110110011010110011010100101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094790

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #094790; }

 p { color: rgb(9,71,144); }

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

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

 a { background-color: rgb(9,71,144); }

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

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

 span { border-color: rgb(9,71,144); }

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