Html Css Color HEX #1956CE Denim

📋 copy color: '#1956CE'

red 25 ◦ green 86 ◦ blue 206

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

Shades of Denim #1956CE

Tints of Denim #1956CE

RGB

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

 GREEN value IS 86 (33.98% from 255) = 27.13%

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

R = 7.89%
G = 27.13%
B = 64.98%

CMYK

 C value IS 0.88

 M value IS 0.58

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1956CE (or 0x1956CE) is known color: Denim. HEX triplet: 19, 56 and CE. RGB value is (25,86,206). Sum of RGB (Red+Green+Blue) = 25+86+206=317 (41% of max value = 765). Red value is 25 (10.16% from 255 or 7.89% from 317); Green value is 86 (33.98% from 255 or 27.13% from 317); Blue value is 206 (80.86% from 255 or 64.98% from 317); Max value from RGB is 206 - color contains mainly: blue. Hex color #1956CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1956CE is #E6A931. Grayscale: #505050. Windows color (decimal): -15116594 or 13522457. OLE color: 13522457.

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

Color convert

RGB 25 86 206 -
CMYK 0.88 0.58 0 0.19
HSL 219.78º 0.78% 0.45% -
HSV(B) 219.78º 0.88% 0.81% -
XYZ 14.87 11.32 59.79 -
YUV 81.44 198.29 87.74 -
System Red Green Blue C M Y K H S L
Decimal 25 86 206 0.88 0.58 0 0.19 219.78 0.78 0.45
Hex 19 56 CE 58 3A 0 13 DC 4E 2D
Octal 31 126 316 130 72 0 23 334 116 55
Binary 11001 1010110 11001110 1011000 111010 0 10011 11011100 1001110 101101

Color Harmonies of #1956CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1956CE

Black with #1956CE

Text Example


Text Example

White with #1956CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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