Html Css Color HEX #196DAE Denim

📋 copy color: '#196DAE'

red 25 ◦ green 109 ◦ blue 174

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

Shades of Denim #196DAE

Tints of Denim #196DAE

RGB

 RED value IS 25 (10.16% from 255) = 8.12%

 GREEN value IS 109 (42.97% from 255) = 35.39%

 BLUE value IS 174 (68.36% from 255) = 56.49%

R = 8.12%
G = 35.39%
B = 56.49%

CMYK

 C value IS 0.86

 M value IS 0.37

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#196DAE (or 0x196DAE) is known color: Denim. HEX triplet: 19, 6D and AE. RGB value is (25,109,174). Sum of RGB (Red+Green+Blue) = 25+109+174=308 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.12% from 308); Green value is 109 (42.97% from 255 or 35.39% from 308); Blue value is 174 (68.36% from 255 or 56.49% from 308); Max value from RGB is 174 - color contains mainly: blue. Hex color #196DAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196DAE is #E69251. Grayscale: #5A5A5A. Windows color (decimal): -15110738 or 11431193. OLE color: 11431193.

HSL color Cylindrical-coordinate representation of color #196DAE: hue angle of 206.17º degrees, saturation: 0.75, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #196DAE is Cyan = 0.86, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 109 174 -
CMYK 0.86 0.37 0 0.32
HSL 206.17º 0.75% 0.39% -
HSV(B) 206.17º 0.86% 0.68% -
XYZ 13.51 14.2 42.07 -
YUV 91.29 174.67 80.71 -
System Red Green Blue C M Y K H S L
Decimal 25 109 174 0.86 0.37 0 0.32 206.17 0.75 0.39
Hex 19 6D AE 56 25 0 20 CE 4B 27
Octal 31 155 256 126 45 0 40 316 113 47
Binary 11001 1101101 10101110 1010110 100101 0 100000 11001110 1001011 100111

Color Harmonies of #196DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196DAE

Black with #196DAE

Text Example


Text Example

White with #196DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #196DAE; }

 p { color: rgb(25,109,174); }

 H1.HeaderClassName
 {
   color: #196DAE;
 }
 .AnyTagClassName
 {
   color: #196DAE;
 }
</style>

background-color css

<style>
 a { background-color: #196DAE; }

 a { background-color: rgb(25,109,174); }

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

border-color css

<style>
 span { border-color: #196DAE; }

 span { border-color: rgb(25,109,174); }

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