Html Css Color HEX #1973CE Denim

📋 copy color: '#1973CE'

red 25 ◦ green 115 ◦ blue 206

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

Shades of Denim #1973CE

Tints of Denim #1973CE

RGB

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

 GREEN value IS 115 (45.31% from 255) = 33.24%

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

R = 7.23%
G = 33.24%
B = 59.54%

CMYK

 C value IS 0.88

 M value IS 0.44

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#1973CE (or 0x1973CE) is known color: Denim. HEX triplet: 19, 73 and CE. RGB value is (25,115,206). Sum of RGB (Red+Green+Blue) = 25+115+206=346 (45% of max value = 765). Red value is 25 (10.16% from 255 or 7.23% from 346); Green value is 115 (45.31% from 255 or 33.24% from 346); Blue value is 206 (80.86% from 255 or 59.54% from 346); Max value from RGB is 206 - color contains mainly: blue. Hex color #1973CE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1973CE is #E68C31. Grayscale: #626262. Windows color (decimal): -15109170 or 13529881. OLE color: 13529881.

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

Color convert

RGB 25 115 206 -
CMYK 0.88 0.44 0 0.19
HSL 210.17º 0.78% 0.45% -
HSV(B) 210.17º 0.88% 0.81% -
XYZ 17.67 16.92 60.73 -
YUV 98.46 188.68 75.6 -
System Red Green Blue C M Y K H S L
Decimal 25 115 206 0.88 0.44 0 0.19 210.17 0.78 0.45
Hex 19 73 CE 58 2C 0 13 D2 4E 2D
Octal 31 163 316 130 54 0 23 322 116 55
Binary 11001 1110011 11001110 1011000 101100 0 10011 11010010 1001110 101101

Color Harmonies of #1973CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1973CE

Black with #1973CE

Text Example


Text Example

White with #1973CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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