Html Css Color HEX #094EC0 Denim

📋 copy color: '#094EC0'

red 9 ◦ green 78 ◦ blue 192

#094EC0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Denim #094EC0

Tints of Denim #094EC0

RGB

 RED value IS 9 (3.91% from 255) = 3.23%

 GREEN value IS 78 (30.86% from 255) = 27.96%

 BLUE value IS 192 (75.39% from 255) = 68.82%

R = 3.23%
G = 27.96%
B = 68.82%

CMYK

 C value IS 0.95

 M value IS 0.59

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#094EC0 (or 0x094EC0) is known color: Denim. HEX triplet: 09, 4E and C0. RGB value is (9,78,192). Sum of RGB (Red+Green+Blue) = 9+78+192=279 (36% of max value = 765). Red value is 9 (3.91% from 255 or 3.23% from 279); Green value is 78 (30.86% from 255 or 27.96% from 279); Blue value is 192 (75.39% from 255 or 68.82% from 279); Max value from RGB is 192 - color contains mainly: blue. Hex color #094EC0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094EC0 is #F6B13F. Grayscale: #454545. Windows color (decimal): -16167232 or 12602889. OLE color: 12602889.

HSL color Cylindrical-coordinate representation of color #094EC0: hue angle of 217.38º degrees, saturation: 0.91, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094EC0 is Cyan = 0.95, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 9 78 192 -
CMYK 0.95 0.59 0 0.25
HSL 217.38º 0.91% 0.39% -
HSV(B) 217.38º 0.95% 0.75% -
XYZ 12.35 9.31 51.02 -
YUV 70.37 196.64 84.23 -
System Red Green Blue C M Y K H S L
Decimal 9 78 192 0.95 0.59 0 0.25 217.38 0.91 0.39
Hex 9 4E C0 5F 3B 0 19 D9 5B 27
Octal 11 116 300 137 73 0 31 331 133 47
Binary 1001 1001110 11000000 1011111 111011 0 11001 11011001 1011011 100111

Color Harmonies of #094EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094EC0

Black with #094EC0

Text Example


Text Example

White with #094EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #094EC0;
 }
 .AnyTagClassName
 {
   color: #094EC0;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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