Html Css Color HEX #1966CD Denim

📋 copy color: '#1966CD'

red 25 ◦ green 102 ◦ blue 205

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

Shades of Denim #1966CD

Tints of Denim #1966CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 61.75%

R = 7.53%
G = 30.72%
B = 61.75%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1966CD (or 0x1966CD) is known color: Denim. HEX triplet: 19, 66 and CD. RGB value is (25,102,205). Sum of RGB (Red+Green+Blue) = 25+102+205=332 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.53% from 332); Green value is 102 (40.23% from 255 or 30.72% from 332); Blue value is 205 (80.47% from 255 or 61.75% from 332); Max value from RGB is 205 - color contains mainly: blue. Hex color #1966CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1966CD is #E69932. Grayscale: #5A5A5A. Windows color (decimal): -15112499 or 13461017. OLE color: 13461017.

HSL color Cylindrical-coordinate representation of color #1966CD: hue angle of 214.33º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1966CD is Cyan = 0.88, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 102 205 -
CMYK 0.88 0.50 0 0.20
HSL 214.33º 0.78% 0.45% -
HSV(B) 214.33º 0.88% 0.8% -
XYZ 16.17 14.12 59.63 -
YUV 90.72 192.49 81.12 -
System Red Green Blue C M Y K H S L
Decimal 25 102 205 0.88 0.50 0 0.20 214.33 0.78 0.45
Hex 19 66 CD 58 32 0 14 D6 4E 2D
Octal 31 146 315 130 62 0 24 326 116 55
Binary 11001 1100110 11001101 1011000 110010 0 10100 11010110 1001110 101101

Color Harmonies of #1966CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1966CD

Black with #1966CD

Text Example


Text Example

White with #1966CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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