#094E78

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

Shades of Dark Cerulean #094E78

Tints of Dark Cerulean #094E78

Color information

#094E78 (or 0x094E78) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4E and 78. RGB value is (9,78,120). Sum of RGB (Red+Green+Blue) = 9+78+120=207 (27% of max value = 765). Red value is 9 (3.91% from 255 or 4.35% from 207); Green value is 78 (30.86% from 255 or 37.68% from 207); Blue value is 120 (47.27% from 255 or 57.97% from 207); Max value from RGB is 120 - color contains mainly: blue. Hex color #094E78 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #094E78 is #F6B187. Grayscale: #3D3D3D. Windows color (decimal): -16167304 or 7884297. OLE color: 7884297.

HSL color Cylindrical-coordinate representation of color #094E78: hue angle of 202.7º degrees, saturation: 0.86, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094E78 is Cyan = 0.92, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB978120-
CMYK0.920.3500.53
HSL202.7º86.05%25.29%-
HSV(B)202.7º92.5%47.06%-
XYZ6.236.8618.77-
YUV62.16160.6490.08-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.35%
GREEN value IS 78 (30.86% from 255) = 37.68%
BLUE value IS 120 (47.27% from 255) = 57.97%
R=4.35%
G=37.68%
B=57.97%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal9781200.920.3500.53202.786.0525.29
Hex94E785C23035cb5619
Octal111161701344306531312631
Binary1001100111011110001011100100011011010111001011101011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094E78

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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