Html Css Color HEX #1964CD Denim

📋 copy color: '#1964CD'

red 25 ◦ green 100 ◦ blue 205

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

Shades of Denim #1964CD

Tints of Denim #1964CD

RGB

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

 GREEN value IS 100 (39.45% from 255) = 30.3%

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

R = 7.58%
G = 30.3%
B = 62.12%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1964CD (or 0x1964CD) is known color: Denim. HEX triplet: 19, 64 and CD. RGB value is (25,100,205). Sum of RGB (Red+Green+Blue) = 25+100+205=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 100 (39.45% from 255 or 30.30% from 330); Blue value is 205 (80.47% from 255 or 62.12% from 330); Max value from RGB is 205 - color contains mainly: blue. Hex color #1964CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964CD is #E69B32. Grayscale: #595959. Windows color (decimal): -15113011 or 13460505. OLE color: 13460505.

HSL color Cylindrical-coordinate representation of color #1964CD: hue angle of 215º 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 #1964CD is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 100 205 -
CMYK 0.88 0.51 0 0.20
HSL 215º 0.78% 0.45% -
HSV(B) 215º 0.88% 0.8% -
XYZ 15.98 13.73 59.57 -
YUV 89.55 193.15 81.96 -
System Red Green Blue C M Y K H S L
Decimal 25 100 205 0.88 0.51 0 0.20 215 0.78 0.45
Hex 19 64 CD 58 33 0 14 D7 4E 2D
Octal 31 144 315 130 63 0 24 327 116 55
Binary 11001 1100100 11001101 1011000 110011 0 10100 11010111 1001110 101101

Color Harmonies of #1964CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1964CD

Black with #1964CD

Text Example


Text Example

White with #1964CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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