Html Css Color HEX #094ECC Denim

📋 copy color: '#094ECC'

red 9 ◦ green 78 ◦ blue 204

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

Shades of Denim #094ECC

Tints of Denim #094ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 70.1%

R = 3.09%
G = 26.8%
B = 70.1%

CMYK

 C value IS 0.96

 M value IS 0.62

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#094ECC (or 0x094ECC) is known color: Denim. HEX triplet: 09, 4E and CC. RGB value is (9,78,204). Sum of RGB (Red+Green+Blue) = 9+78+204=291 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.09% from 291); Green value is 78 (30.86% from 255 or 26.80% from 291); Blue value is 204 (80.08% from 255 or 70.10% from 291); Max value from RGB is 204 - color contains mainly: blue. Hex color #094ECC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #094ECC is #F6B133. Grayscale: #474747. Windows color (decimal): -16167220 or 13389321. OLE color: 13389321.

HSL color Cylindrical-coordinate representation of color #094ECC: hue angle of 218.77º degrees, saturation: 0.92, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #094ECC is Cyan = 0.96, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 9 78 204 -
CMYK 0.96 0.62 0 0.2
HSL 218.77º 0.92% 0.42% -
HSV(B) 218.77º 0.96% 0.8% -
XYZ 13.74 9.87 58.31 -
YUV 71.73 202.64 83.25 -
System Red Green Blue C M Y K H S L
Decimal 9 78 204 0.96 0.62 0 0.2 218.77 0.92 0.42
Hex 9 4E CC 60 3E 0 14 DB 5C 2A
Octal 11 116 314 140 76 0 24 333 134 52
Binary 1001 1001110 11001100 1100000 111110 0 10100 11011011 1011100 101010

Color Harmonies of #094ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094ECC

Black with #094ECC

Text Example


Text Example

White with #094ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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