Html Css Color HEX #1963CF Denim

📋 copy color: '#1963CF'

red 25 ◦ green 99 ◦ blue 207

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

Shades of Denim #1963CF

Tints of Denim #1963CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 62.54%

R = 7.55%
G = 29.91%
B = 62.54%

CMYK

 C value IS 0.88

 M value IS 0.52

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1963CF (or 0x1963CF) is known color: Denim. HEX triplet: 19, 63 and CF. RGB value is (25,99,207). Sum of RGB (Red+Green+Blue) = 25+99+207=331 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.55% from 331); Green value is 99 (39.06% from 255 or 29.91% from 331); Blue value is 207 (81.25% from 255 or 62.54% from 331); Max value from RGB is 207 - color contains mainly: blue. Hex color #1963CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1963CF is #E69C30. Grayscale: #585858. Windows color (decimal): -15113265 or 13591321. OLE color: 13591321.

HSL color Cylindrical-coordinate representation of color #1963CF: hue angle of 215.6º degrees, saturation: 0.78, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1963CF is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 99 207 -
CMYK 0.88 0.52 0 0.19
HSL 215.6º 0.78% 0.45% -
HSV(B) 215.6º 0.88% 0.81% -
XYZ 16.13 13.64 60.81 -
YUV 89.19 194.48 82.22 -
System Red Green Blue C M Y K H S L
Decimal 25 99 207 0.88 0.52 0 0.19 215.6 0.78 0.45
Hex 19 63 CF 58 34 0 13 D8 4E 2D
Octal 31 143 317 130 64 0 23 330 116 55
Binary 11001 1100011 11001111 1011000 110100 0 10011 11011000 1001110 101101

Color Harmonies of #1963CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1963CF

Black with #1963CF

Text Example


Text Example

White with #1963CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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