Html Css Color HEX #094ACE Denim

📋 copy color: '#094ACE'

red 9 ◦ green 74 ◦ blue 206

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

Shades of Denim #094ACE

Tints of Denim #094ACE

RGB

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

 GREEN value IS 74 (29.3% from 255) = 25.61%

 BLUE value IS 206 (80.86% from 255) = 71.28%

R = 3.11%
G = 25.61%
B = 71.28%

CMYK

 C value IS 0.96

 M value IS 0.64

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#094ACE (or 0x094ACE) is known color: Denim. HEX triplet: 09, 4A and CE. RGB value is (9,74,206). Sum of RGB (Red+Green+Blue) = 9+74+206=289 (38% of max value = 765). Red value is 9 (3.91% from 255 or 3.11% from 289); Green value is 74 (29.30% from 255 or 25.61% from 289); Blue value is 206 (80.86% from 255 or 71.28% from 289); Max value from RGB is 206 - color contains mainly: blue. Hex color #094ACE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094ACE is #F6B531. Grayscale: #454545. Windows color (decimal): -16168242 or 13519369. OLE color: 13519369.

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

Color convert

RGB 9 74 206 -
CMYK 0.96 0.64 0 0.19
HSL 220.2º 0.92% 0.42% -
HSV(B) 220.2º 0.96% 0.81% -
XYZ 13.7 9.41 59.49 -
YUV 69.61 204.97 84.77 -
System Red Green Blue C M Y K H S L
Decimal 9 74 206 0.96 0.64 0 0.19 220.2 0.92 0.42
Hex 9 4A CE 60 40 0 13 DC 5C 2A
Octal 11 112 316 140 100 0 23 334 134 52
Binary 1001 1001010 11001110 1100000 1000000 0 10011 11011100 1011100 101010

Color Harmonies of #094ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094ACE

Black with #094ACE

Text Example


Text Example

White with #094ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(9,74,206); }

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

background-color css

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

 a { background-color: rgb(9,74,206); }

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

border-color css

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

 span { border-color: rgb(9,74,206); }

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