Html Css Color HEX #1575C0 Denim

📋 copy color: '#1575C0'

red 21 ◦ green 117 ◦ blue 192

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

Shades of Denim #1575C0

Tints of Denim #1575C0

RGB

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

 GREEN value IS 117 (46.09% from 255) = 35.45%

 BLUE value IS 192 (75.39% from 255) = 58.18%

R = 6.36%
G = 35.45%
B = 58.18%

CMYK

 C value IS 0.89

 M value IS 0.39

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1575C0 (or 0x1575C0) is known color: Denim. HEX triplet: 15, 75 and C0. RGB value is (21,117,192). Sum of RGB (Red+Green+Blue) = 21+117+192=330 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.36% from 330); Green value is 117 (46.09% from 255 or 35.45% from 330); Blue value is 192 (75.39% from 255 or 58.18% from 330); Max value from RGB is 192 - color contains mainly: blue. Hex color #1575C0 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1575C0 is #EA8A3F. Grayscale: #606060. Windows color (decimal): -15370816 or 12612885. OLE color: 12612885.

HSL color Cylindrical-coordinate representation of color #1575C0: hue angle of 206.32º degrees, saturation: 0.8, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1575C0 is Cyan = 0.89, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 117 192 -
CMYK 0.89 0.39 0 0.25
HSL 206.32º 0.8% 0.42% -
HSV(B) 206.32º 0.89% 0.75% -
XYZ 16.18 16.69 52.24 -
YUV 96.85 181.7 73.9 -
System Red Green Blue C M Y K H S L
Decimal 21 117 192 0.89 0.39 0 0.25 206.32 0.8 0.42
Hex 15 75 C0 59 27 0 19 CE 50 2A
Octal 25 165 300 131 47 0 31 316 120 52
Binary 10101 1110101 11000000 1011001 100111 0 11001 11001110 1010000 101010

Color Harmonies of #1575C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1575C0

Black with #1575C0

Text Example


Text Example

White with #1575C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1575C0; }

 p { color: rgb(21,117,192); }

 H1.HeaderClassName
 {
   color: #1575C0;
 }
 .AnyTagClassName
 {
   color: #1575C0;
 }
</style>

background-color css

<style>
 a { background-color: #1575C0; }

 a { background-color: rgb(21,117,192); }

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

border-color css

<style>
 span { border-color: #1575C0; }

 span { border-color: rgb(21,117,192); }

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