Html Css Color HEX #1966AE Denim

📋 copy color: '#1966AE'

red 25 ◦ green 102 ◦ blue 174

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

Shades of Denim #1966AE

Tints of Denim #1966AE

RGB

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

 GREEN value IS 102 (40.23% from 255) = 33.89%

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

R = 8.31%
G = 33.89%
B = 57.81%

CMYK

 C value IS 0.86

 M value IS 0.41

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#1966AE (or 0x1966AE) is known color: Denim. HEX triplet: 19, 66 and AE. RGB value is (25,102,174). Sum of RGB (Red+Green+Blue) = 25+102+174=301 (39% of max value = 765). Red value is 25 (10.16% from 255 or 8.31% from 301); Green value is 102 (40.23% from 255 or 33.89% from 301); Blue value is 174 (68.36% from 255 or 57.81% from 301); Max value from RGB is 174 - color contains mainly: blue. Hex color #1966AE is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1966AE is #E69951. Grayscale: #565656. Windows color (decimal): -15112530 or 11429401. OLE color: 11429401.

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

Color convert

RGB 25 102 174 -
CMYK 0.86 0.41 0 0.32
HSL 208.99º 0.75% 0.39% -
HSV(B) 208.99º 0.86% 0.68% -
XYZ 12.79 12.77 41.83 -
YUV 87.19 176.99 83.65 -
System Red Green Blue C M Y K H S L
Decimal 25 102 174 0.86 0.41 0 0.32 208.99 0.75 0.39
Hex 19 66 AE 56 29 0 20 D1 4B 27
Octal 31 146 256 126 51 0 40 321 113 47
Binary 11001 1100110 10101110 1010110 101001 0 100000 11010001 1001011 100111

Color Harmonies of #1966AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1966AE

Black with #1966AE

Text Example


Text Example

White with #1966AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1966AE; }

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

 H1.HeaderClassName
 {
   color: #1966AE;
 }
 .AnyTagClassName
 {
   color: #1966AE;
 }
</style>

background-color css

<style>
 a { background-color: #1966AE; }

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

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

border-color css

<style>
 span { border-color: #1966AE; }

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

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