Html Css Color HEX #094AC8 Denim

📋 copy color: '#094AC8'

red 9 ◦ green 74 ◦ blue 200

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

Shades of Denim #094AC8

Tints of Denim #094AC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 70.67%

R = 3.18%
G = 26.15%
B = 70.67%

CMYK

 C value IS 0.96

 M value IS 0.63

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#094AC8 (or 0x094AC8) is known color: Denim. HEX triplet: 09, 4A and C8. RGB value is (9,74,200). Sum of RGB (Red+Green+Blue) = 9+74+200=283 (37% of max value = 765). Red value is 9 (3.91% from 255 or 3.18% from 283); Green value is 74 (29.30% from 255 or 26.15% from 283); Blue value is 200 (78.52% from 255 or 70.67% from 283); Max value from RGB is 200 - color contains mainly: blue. Hex color #094AC8 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #094AC8 is #F6B537. Grayscale: #444444. Windows color (decimal): -16168248 or 13126153. OLE color: 13126153.

HSL color Cylindrical-coordinate representation of color #094AC8: hue angle of 219.58º degrees, saturation: 0.91, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #094AC8 is Cyan = 0.96, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 9 74 200 -
CMYK 0.96 0.63 0 0.22
HSL 219.58º 0.91% 0.41% -
HSV(B) 219.58º 0.96% 0.78% -
XYZ 12.99 9.13 55.72 -
YUV 68.93 201.97 85.25 -
System Red Green Blue C M Y K H S L
Decimal 9 74 200 0.96 0.63 0 0.22 219.58 0.91 0.41
Hex 9 4A C8 60 3F 0 16 DC 5B 29
Octal 11 112 310 140 77 0 26 334 133 51
Binary 1001 1001010 11001000 1100000 111111 0 10110 11011100 1011011 101001

Color Harmonies of #094AC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #094AC8

Black with #094AC8

Text Example


Text Example

White with #094AC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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