Html Css Color HEX #1573BD Denim

📋 copy color: '#1573BD'

red 21 ◦ green 115 ◦ blue 189

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

Shades of Denim #1573BD

Tints of Denim #1573BD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 58.15%

R = 6.46%
G = 35.38%
B = 58.15%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#1573BD (or 0x1573BD) is known color: Denim. HEX triplet: 15, 73 and BD. RGB value is (21,115,189). Sum of RGB (Red+Green+Blue) = 21+115+189=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 115 (45.31% from 255 or 35.38% from 325); Blue value is 189 (74.22% from 255 or 58.15% from 325); Max value from RGB is 189 - color contains mainly: blue. Hex color #1573BD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1573BD is #EA8C42. Grayscale: #5E5E5E. Windows color (decimal): -15371331 or 12415765. OLE color: 12415765.

HSL color Cylindrical-coordinate representation of color #1573BD: hue angle of 206.43º degrees, saturation: 0.8, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1573BD is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 21 115 189 -
CMYK 0.89 0.39 0 0.26
HSL 206.43º 0.8% 0.41% -
HSV(B) 206.43º 0.89% 0.74% -
XYZ 15.63 16.1 50.43 -
YUV 95.33 180.86 74.98 -
System Red Green Blue C M Y K H S L
Decimal 21 115 189 0.89 0.39 0 0.26 206.43 0.8 0.41
Hex 15 73 BD 59 27 0 1A CE 50 29
Octal 25 163 275 131 47 0 32 316 120 51
Binary 10101 1110011 10111101 1011001 100111 0 11010 11001110 1010000 101001

Color Harmonies of #1573BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1573BD

Black with #1573BD

Text Example


Text Example

White with #1573BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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