#094E7E

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

Shades of Dark Cerulean #094E7E

Tints of Dark Cerulean #094E7E

Color information

#094E7E (or 0x094E7E) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4E and 7E. RGB value is (9,78,126). Sum of RGB (Red+Green+Blue) = 9+78+126=213 (28% of max value = 765). Red value is 9 (3.91% from 255 or 4.23% from 213); Green value is 78 (30.86% from 255 or 36.62% from 213); Blue value is 126 (49.61% from 255 or 59.15% from 213); Max value from RGB is 126 - color contains mainly: blue. Hex color #094E7E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E7E is #F6B181. Grayscale: #3E3E3E. Windows color (decimal): -16167298 or 8277513. OLE color: 8277513.

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

Color convert

RGB978126-
CMYK0.930.3800.51
HSL204.62º86.67%26.47%-
HSV(B)204.62º92.86%49.41%-
XYZ6.67.0120.74-
YUV62.84163.6489.6-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.23%
GREEN value IS 78 (30.86% from 255) = 36.62%
BLUE value IS 126 (49.61% from 255) = 59.15%
R=4.23%
G=36.62%
B=59.15%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal9781260.930.3800.51204.6286.6726.47
Hex94E7E5D26033cd571a
Octal111161761354606331512732
Binary1001100111011111101011101100110011001111001101101011111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094E7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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