Html Css Color HEX #1573CA Denim

📋 copy color: '#1573CA'

red 21 ◦ green 115 ◦ blue 202

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

Shades of Denim #1573CA

Tints of Denim #1573CA

RGB

 RED value IS 21 (8.59% from 255) = 6.21%

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

 BLUE value IS 202 (79.3% from 255) = 59.76%

R = 6.21%
G = 34.02%
B = 59.76%

CMYK

 C value IS 0.90

 M value IS 0.43

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#1573CA (or 0x1573CA) is known color: Denim. HEX triplet: 15, 73 and CA. RGB value is (21,115,202). Sum of RGB (Red+Green+Blue) = 21+115+202=338 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.21% from 338); Green value is 115 (45.31% from 255 or 34.02% from 338); Blue value is 202 (79.30% from 255 or 59.76% from 338); Max value from RGB is 202 - color contains mainly: blue. Hex color #1573CA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1573CA is #EA8C35. Grayscale: #606060. Windows color (decimal): -15371318 or 13267733. OLE color: 13267733.

HSL color Cylindrical-coordinate representation of color #1573CA: hue angle of 208.84º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1573CA is Cyan = 0.90, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 21 115 202 -
CMYK 0.90 0.43 0 0.21
HSL 208.84º 0.81% 0.44% -
HSV(B) 208.84º 0.9% 0.79% -
XYZ 17.1 16.69 58.2 -
YUV 96.81 187.36 73.93 -
System Red Green Blue C M Y K H S L
Decimal 21 115 202 0.90 0.43 0 0.21 208.84 0.81 0.44
Hex 15 73 CA 5A 2B 0 15 D1 51 2C
Octal 25 163 312 132 53 0 25 321 121 54
Binary 10101 1110011 11001010 1011010 101011 0 10101 11010001 1010001 101100

Color Harmonies of #1573CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1573CA

Black with #1573CA

Text Example


Text Example

White with #1573CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1573CA; }

 p { color: rgb(21,115,202); }

 H1.HeaderClassName
 {
   color: #1573CA;
 }
 .AnyTagClassName
 {
   color: #1573CA;
 }
</style>

background-color css

<style>
 a { background-color: #1573CA; }

 a { background-color: rgb(21,115,202); }

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

border-color css

<style>
 span { border-color: #1573CA; }

 span { border-color: rgb(21,115,202); }

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