#194EAC

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

Shades of Denim #194EAC

Tints of Denim #194EAC

Color information

#194EAC (or 0x194EAC) is unknown color: approx Denim. HEX triplet: 19, 4E and AC. RGB value is (25,78,172). Sum of RGB (Red+Green+Blue) = 25+78+172=275 (36% of max value = 765). Red value is 25 (10.16% from 255 or 9.09% from 275); Green value is 78 (30.86% from 255 or 28.36% from 275); Blue value is 172 (67.58% from 255 or 62.55% from 275); Max value from RGB is 172 - color contains mainly: blue. Hex color #194EAC is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #194EAC is #E6B153. Grayscale: #484848. Windows color (decimal): -15118676 or 11292185. OLE color: 11292185.

HSL color Cylindrical-coordinate representation of color #194EAC: hue angle of 218.37º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #194EAC is Cyan = 0.85, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB2578172-
CMYK0.850.5500.33
HSL218.37º74.62%38.63%-
HSV(B)218.37º85.47%67.45%-
XYZ10.578.6340.14-
YUV72.87183.9493.86-

RGB Variations

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

RGB

RED value IS 25 (10.16% from 255) = 9.09%
GREEN value IS 78 (30.86% from 255) = 28.36%
BLUE value IS 172 (67.58% from 255) = 62.55%
R=9.09%
G=28.36%
B=62.55%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal25781720.850.5500.33218.3774.6238.63
Hex194EAC5537021da4b27
Octal311162541256704133211347
Binary1100110011101010110010101011101110100001110110101001011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #194EAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #194EAC; }

 p { color: rgb(25,78,172); }

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

<style>
 a { background-color: #194EAC; }

 a { background-color: rgb(25,78,172); }

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

<style>
 span { border-color: #194EAC; }

 span { border-color: rgb(25,78,172); }

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