Html Css Color HEX #1964B4 Denim

📋 copy color: '#1964B4'

red 25 ◦ green 100 ◦ blue 180

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

Shades of Denim #1964B4

Tints of Denim #1964B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 59.02%

R = 8.2%
G = 32.79%
B = 59.02%

CMYK

 C value IS 0.86

 M value IS 0.44

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1964B4 (or 0x1964B4) is known color: Denim. HEX triplet: 19, 64 and B4. RGB value is (25,100,180). Sum of RGB (Red+Green+Blue) = 25+100+180=305 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.20% from 305); Green value is 100 (39.45% from 255 or 32.79% from 305); Blue value is 180 (70.70% from 255 or 59.02% from 305); Max value from RGB is 180 - color contains mainly: blue. Hex color #1964B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1964B4 is #E69B4B. Grayscale: #565656. Windows color (decimal): -15113036 or 11822105. OLE color: 11822105.

HSL color Cylindrical-coordinate representation of color #1964B4: hue angle of 210.97º degrees, saturation: 0.76, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1964B4 is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 100 180 -
CMYK 0.86 0.44 0 0.29
HSL 210.97º 0.76% 0.4% -
HSV(B) 210.97º 0.86% 0.71% -
XYZ 13.2 12.62 44.92 -
YUV 86.7 180.65 84 -
System Red Green Blue C M Y K H S L
Decimal 25 100 180 0.86 0.44 0 0.29 210.97 0.76 0.4
Hex 19 64 B4 56 2C 0 1D D3 4C 28
Octal 31 144 264 126 54 0 35 323 114 50
Binary 11001 1100100 10110100 1010110 101100 0 11101 11010011 1001100 101000

Color Harmonies of #1964B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1964B4

Black with #1964B4

Text Example


Text Example

White with #1964B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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