Html Css Color HEX #1964CA Denim

📋 copy color: '#1964CA'

red 25 ◦ green 100 ◦ blue 202

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

Shades of Denim #1964CA

Tints of Denim #1964CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 61.77%

R = 7.65%
G = 30.58%
B = 61.77%

CMYK

 C value IS 0.88

 M value IS 0.50

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1964CA (or 0x1964CA) is known color: Denim. HEX triplet: 19, 64 and CA. RGB value is (25,100,202). Sum of RGB (Red+Green+Blue) = 25+100+202=327 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.65% from 327); Green value is 100 (39.45% from 255 or 30.58% from 327); Blue value is 202 (79.30% from 255 or 61.77% from 327); Max value from RGB is 202 - color contains mainly: blue. Hex color #1964CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964CA is #E69B35. Grayscale: #585858. Windows color (decimal): -15113014 or 13263897. OLE color: 13263897.

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

Color convert

RGB 25 100 202 -
CMYK 0.88 0.50 0 0.21
HSL 214.58º 0.78% 0.45% -
HSV(B) 214.58º 0.88% 0.79% -
XYZ 15.62 13.59 57.68 -
YUV 89.2 191.65 82.21 -
System Red Green Blue C M Y K H S L
Decimal 25 100 202 0.88 0.50 0 0.21 214.58 0.78 0.45
Hex 19 64 CA 58 32 0 15 D7 4E 2D
Octal 31 144 312 130 62 0 25 327 116 55
Binary 11001 1100100 11001010 1011000 110010 0 10101 11010111 1001110 101101

Color Harmonies of #1964CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1964CA

Black with #1964CA

Text Example


Text Example

White with #1964CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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