Html Css Color HEX #1964CC Denim

📋 copy color: '#1964CC'

red 25 ◦ green 100 ◦ blue 204

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

Shades of Denim #1964CC

Tints of Denim #1964CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 62.01%

R = 7.6%
G = 30.4%
B = 62.01%

CMYK

 C value IS 0.88

 M value IS 0.51

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1964CC (or 0x1964CC) is known color: Denim. HEX triplet: 19, 64 and CC. RGB value is (25,100,204). Sum of RGB (Red+Green+Blue) = 25+100+204=329 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.60% from 329); Green value is 100 (39.45% from 255 or 30.40% from 329); Blue value is 204 (80.08% from 255 or 62.01% from 329); Max value from RGB is 204 - color contains mainly: blue. Hex color #1964CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964CC is #E69B33. Grayscale: #585858. Windows color (decimal): -15113012 or 13394969. OLE color: 13394969.

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

Color convert

RGB 25 100 204 -
CMYK 0.88 0.51 0 0.2
HSL 214.86º 0.78% 0.45% -
HSV(B) 214.86º 0.88% 0.8% -
XYZ 15.86 13.68 58.93 -
YUV 89.43 192.65 82.04 -
System Red Green Blue C M Y K H S L
Decimal 25 100 204 0.88 0.51 0 0.2 214.86 0.78 0.45
Hex 19 64 CC 58 33 0 14 D7 4E 2D
Octal 31 144 314 130 63 0 24 327 116 55
Binary 11001 1100100 11001100 1011000 110011 0 10100 11010111 1001110 101101

Color Harmonies of #1964CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1964CC

Black with #1964CC

Text Example


Text Example

White with #1964CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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