#094EC4

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

Shades of Denim #094EC4

Tints of Denim #094EC4

Color information

#094EC4 (or 0x094EC4) is unknown color: approx Denim. HEX triplet: 09, 4E and C4. RGB value is (9,78,196). Sum of RGB (Red+Green+Blue) = 9+78+196=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 78 (30.86% from 255 or 27.56% from 283); Blue value is 196 (76.95% from 255 or 69.26% from 283); Max value from RGB is 196 - color contains mainly: blue. Hex color #094EC4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094EC4 is #F6B13B. Grayscale: #464646. Windows color (decimal): -16167228 or 12865033. OLE color: 12865033.

HSL color Cylindrical-coordinate representation of color #094EC4: hue angle of 217.86º degrees, saturation: 0.91, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094EC4 is Cyan = 0.95, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB978196-
CMYK0.950.6000.23
HSL217.86º91.22%40.2%-
HSV(B)217.86º95.41%76.86%-
XYZ12.89.4953.38-
YUV70.82198.6483.91-

RGB Variations

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

RGB

RED value IS 9 (3.91% from 255) = 3.18%
GREEN value IS 78 (30.86% from 255) = 27.56%
BLUE value IS 196 (76.95% from 255) = 69.26%
R=3.18%
G=27.56%
B=69.26%

CMYK

C (Cyan) values IS 0.95
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal9781960.950.6000.23217.8691.2240.2
Hex94EC45F3C017da5b28
Octal111163041377402733213350
Binary10011001110110001001011111111100010111110110101011011101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #094EC4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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