Html Css Color HEX #1963CE Denim

📋 copy color: '#1963CE'

red 25 ◦ green 99 ◦ blue 206

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

Shades of Denim #1963CE

Tints of Denim #1963CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 62.42%

R = 7.58%
G = 30%
B = 62.42%

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

#1963CE (or 0x1963CE) is known color: Denim. HEX triplet: 19, 63 and CE. RGB value is (25,99,206). Sum of RGB (Red+Green+Blue) = 25+99+206=330 (43% of max value = 765). Red value is 25 (10.16% from 255 or 7.58% from 330); Green value is 99 (39.06% from 255 or 30% from 330); Blue value is 206 (80.86% from 255 or 62.42% from 330); Max value from RGB is 206 - color contains mainly: blue. Hex color #1963CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1963CE is #E69C31. Grayscale: #585858. Windows color (decimal): -15113266 or 13525785. OLE color: 13525785.

HSL color Cylindrical-coordinate representation of color #1963CE: hue angle of 215.47º 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 #1963CE is Cyan = 0.88, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 25 99 206 -
CMYK 0.88 0.52 0 0.19
HSL 215.47º 0.78% 0.45% -
HSV(B) 215.47º 0.88% 0.81% -
XYZ 16 13.59 60.17 -
YUV 89.07 193.98 82.3 -
System Red Green Blue C M Y K H S L
Decimal 25 99 206 0.88 0.52 0 0.19 215.47 0.78 0.45
Hex 19 63 CE 58 34 0 13 D7 4E 2D
Octal 31 143 316 130 64 0 23 327 116 55
Binary 11001 1100011 11001110 1011000 110100 0 10011 11010111 1001110 101101

Color Harmonies of #1963CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1963CE

Black with #1963CE

Text Example


Text Example

White with #1963CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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