Html Css Color HEX #1963B4 Denim

📋 copy color: '#1963B4'

red 25 ◦ green 99 ◦ blue 180

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

Shades of Denim #1963B4

Tints of Denim #1963B4

RGB

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

 GREEN value IS 99 (39.06% from 255) = 32.57%

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

R = 8.22%
G = 32.57%
B = 59.21%

CMYK

 C value IS 0.86

 M value IS 0.45

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#1963B4 (or 0x1963B4) is known color: Denim. HEX triplet: 19, 63 and B4. RGB value is (25,99,180). Sum of RGB (Red+Green+Blue) = 25+99+180=304 (40% of max value = 765). Red value is 25 (10.16% from 255 or 8.22% from 304); Green value is 99 (39.06% from 255 or 32.57% from 304); Blue value is 180 (70.70% from 255 or 59.21% from 304); Max value from RGB is 180 - color contains mainly: blue. Hex color #1963B4 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1963B4 is #E69C4B. Grayscale: #555555. Windows color (decimal): -15113292 or 11821849. OLE color: 11821849.

HSL color Cylindrical-coordinate representation of color #1963B4: hue angle of 211.35º 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 #1963B4 is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 25 99 180 -
CMYK 0.86 0.45 0 0.29
HSL 211.35º 0.76% 0.4% -
HSV(B) 211.35º 0.86% 0.71% -
XYZ 13.1 12.43 44.89 -
YUV 86.11 180.98 84.41 -
System Red Green Blue C M Y K H S L
Decimal 25 99 180 0.86 0.45 0 0.29 211.35 0.76 0.4
Hex 19 63 B4 56 2D 0 1D D3 4C 28
Octal 31 143 264 126 55 0 35 323 114 50
Binary 11001 1100011 10110100 1010110 101101 0 11101 11010011 1001100 101000

Color Harmonies of #1963B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1963B4

Black with #1963B4

Text Example


Text Example

White with #1963B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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