Html Css Color HEX #1959CD Denim

📋 copy color: '#1959CD'

red 25 ◦ green 89 ◦ blue 205

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

Shades of Denim #1959CD

Tints of Denim #1959CD

RGB

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

 GREEN value IS 89 (35.16% from 255) = 27.9%

 BLUE value IS 205 (80.47% from 255) = 64.26%

R = 7.84%
G = 27.9%
B = 64.26%

CMYK

 C value IS 0.88

 M value IS 0.57

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#1959CD (or 0x1959CD) is known color: Denim. HEX triplet: 19, 59 and CD. RGB value is (25,89,205). Sum of RGB (Red+Green+Blue) = 25+89+205=319 (42% of max value = 765). Red value is 25 (10.16% from 255 or 7.84% from 319); Green value is 89 (35.16% from 255 or 27.90% from 319); Blue value is 205 (80.47% from 255 or 64.26% from 319); Max value from RGB is 205 - color contains mainly: blue. Hex color #1959CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1959CD is #E6A632. Grayscale: #525252. Windows color (decimal): -15115827 or 13457689. OLE color: 13457689.

HSL color Cylindrical-coordinate representation of color #1959CD: hue angle of 218.67º 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 #1959CD is Cyan = 0.88, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 25 89 205 -
CMYK 0.88 0.57 0 0.20
HSL 218.67º 0.78% 0.45% -
HSV(B) 218.67º 0.88% 0.8% -
XYZ 14.99 11.76 59.24 -
YUV 83.09 196.8 86.57 -
System Red Green Blue C M Y K H S L
Decimal 25 89 205 0.88 0.57 0 0.20 218.67 0.78 0.45
Hex 19 59 CD 58 39 0 14 DB 4E 2D
Octal 31 131 315 130 71 0 24 333 116 55
Binary 11001 1011001 11001101 1011000 111001 0 10100 11011011 1001110 101101

Color Harmonies of #1959CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1959CD

Black with #1959CD

Text Example


Text Example

White with #1959CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1959CD; }

 p { color: rgb(25,89,205); }

 H1.HeaderClassName
 {
   color: #1959CD;
 }
 .AnyTagClassName
 {
   color: #1959CD;
 }
</style>

background-color css

<style>
 a { background-color: #1959CD; }

 a { background-color: rgb(25,89,205); }

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

border-color css

<style>
 span { border-color: #1959CD; }

 span { border-color: rgb(25,89,205); }

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