#094e73

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

Shades of Dark Cerulean #094E73

Tints of Dark Cerulean #094E73

Color information

#094E73 (or 0x094E73) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4E and 73. RGB value is (9,78,115). Sum of RGB (Red+Green+Blue) = 9+78+115=202 (26% of max value = 765). Red value is 9 (3.91% from 255 or 4.46% from 202); Green value is 78 (30.86% from 255 or 38.61% from 202); Blue value is 115 (45.31% from 255 or 56.93% from 202); Max value from RGB is 115 - color contains mainly: blue. Hex color #094E73 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E73 is #F6B18C. Grayscale: #3D3D3D. Windows color (decimal): -16167309 or 7556617. OLE color: 7556617.

HSL color Cylindrical-coordinate representation of color #094E73: hue angle of 200.94º degrees, saturation: 0.85, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #094E73 is Cyan = 0.92, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB978115-
CMYK0.920.3200.55
HSL200.94º85.48%24.31%-
HSV(B)200.94º92.17%45.1%-
XYZ5.936.7417.21-
YUV61.59158.1490.49-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.46%
GREEN value IS 78 (30.86% from 255) = 38.61%
BLUE value IS 115 (45.31% from 255) = 56.93%
R=4.46%
G=38.61%
B=56.93%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.32
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal9781150.920.3200.55200.9485.4824.31
Hex94E735C20037c95518
Octal111161631344006731112530
Binary1001100111011100111011100100000011011111001001101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094e73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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