#094E85

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

Shades of Dark Cerulean #094E85

Tints of Dark Cerulean #094E85

Color information

#094E85 (or 0x094E85) is unknown color: approx Dark Cerulean. HEX triplet: 09, 4E and 85. RGB value is (9,78,133). Sum of RGB (Red+Green+Blue) = 9+78+133=220 (29% of max value = 765). Red value is 9 (3.91% from 255 or 4.09% from 220); Green value is 78 (30.86% from 255 or 35.45% from 220); Blue value is 133 (52.34% from 255 or 60.45% from 220); Max value from RGB is 133 - color contains mainly: blue. Hex color #094E85 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #094E85 is #F6B17A. Grayscale: #3F3F3F. Windows color (decimal): -16167291 or 8736265. OLE color: 8736265.

HSL color Cylindrical-coordinate representation of color #094E85: hue angle of 206.61º degrees, saturation: 0.87, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #094E85 is Cyan = 0.93, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB978133-
CMYK0.930.4100.48
HSL206.61º87.32%27.84%-
HSV(B)206.61º93.23%52.16%-
XYZ7.077.223.21-
YUV63.64167.1489.03-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 4.09%
GREEN value IS 78 (30.86% from 255) = 35.45%
BLUE value IS 133 (52.34% from 255) = 60.45%
R=4.09%
G=35.45%
B=60.45%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.41
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal9781330.930.4100.48206.6187.3227.84
Hex94E855D29030cf571c
Octal111162051355106031712734
Binary10011001110100001011011101101001011000011001111101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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