#094e82

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

Shades of Dark Cerulean #094E82

Tints of Dark Cerulean #094E82

Color information

#094E82 (or 0x094E82) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4E and 82. RGB value is (9,78,130). Sum of RGB (Red+Green+Blue) = 9+78+130=217 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.15% from 217); Green value is 78 (30.86% from 255 or 35.94% from 217); Blue value is 130 (51.17% from 255 or 59.91% from 217); Max value from RGB is 130 - color contains mainly: blue. Hex color #094E82 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094E82 is #F6B17D. Grayscale: #3F3F3F. Windows color (decimal): -16167294 or 8539657. OLE color: 8539657.

HSL color Cylindrical-coordinate representation of color #094E82: hue angle of 205.79º degrees, saturation: 0.87, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094E82 is Cyan = 0.93, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB978130-
CMYK0.930.4000.49
HSL205.79º87.05%27.25%-
HSV(B)205.79º93.08%50.98%-
XYZ6.877.1222.13-
YUV63.3165.6489.27-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.15%
GREEN value IS 78 (30.86% from 255) = 35.94%
BLUE value IS 130 (51.17% from 255) = 59.91%
R=4.15%
G=35.94%
B=59.91%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal9781300.930.4000.49205.7987.0527.25
Hex94E825D28031ce571b
Octal111162021355006131612733
Binary10011001110100000101011101101000011000111001110101011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094e82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(9,78,130); }

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

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

 a { background-color: rgb(9,78,130); }

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

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

 span { border-color: rgb(9,78,130); }

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