Html Css Color HEX #196FAE Denim

📋 copy color: '#196FAE'

red 25 ◦ green 111 ◦ blue 174

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

Shades of Denim #196FAE

Tints of Denim #196FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 35.81%

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

R = 8.06%
G = 35.81%
B = 56.13%

CMYK

 C value IS 0.86

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#196FAE (or 0x196FAE) is known color: Denim. HEX triplet: 19, 6F and AE. RGB value is (25,111,174). Sum of RGB (Red+Green+Blue) = 25+111+174=310 (41% of max value = 765). Red value is 25 (10.16% from 255 or 8.06% from 310); Green value is 111 (43.75% from 255 or 35.81% from 310); Blue value is 174 (68.36% from 255 or 56.13% from 310); Max value from RGB is 174 - color contains mainly: blue. Hex color #196FAE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #196FAE is #E69051. Grayscale: #5C5C5C. Windows color (decimal): -15110226 or 11431705. OLE color: 11431705.

HSL color Cylindrical-coordinate representation of color #196FAE: hue angle of 205.37º 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 #196FAE is Cyan = 0.86, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 25 111 174 -
CMYK 0.86 0.36 0 0.32
HSL 205.37º 0.75% 0.39% -
HSV(B) 205.37º 0.86% 0.68% -
XYZ 13.73 14.63 42.15 -
YUV 92.47 174.01 79.88 -
System Red Green Blue C M Y K H S L
Decimal 25 111 174 0.86 0.36 0 0.32 205.37 0.75 0.39
Hex 19 6F AE 56 24 0 20 CD 4B 27
Octal 31 157 256 126 44 0 40 315 113 47
Binary 11001 1101111 10101110 1010110 100100 0 100000 11001101 1001011 100111

Color Harmonies of #196FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #196FAE

Black with #196FAE

Text Example


Text Example

White with #196FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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