Html Css Color HEX #1570BE Denim

📋 copy color: '#1570BE'

red 21 ◦ green 112 ◦ blue 190

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

Shades of Denim #1570BE

Tints of Denim #1570BE

RGB

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

 GREEN value IS 112 (44.14% from 255) = 34.67%

 BLUE value IS 190 (74.61% from 255) = 58.82%

R = 6.5%
G = 34.67%
B = 58.82%

CMYK

 C value IS 0.89

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1570BE (or 0x1570BE) is known color: Denim. HEX triplet: 15, 70 and BE. RGB value is (21,112,190). Sum of RGB (Red+Green+Blue) = 21+112+190=323 (42% of max value = 765). Red value is 21 (8.59% from 255 or 6.50% from 323); Green value is 112 (44.14% from 255 or 34.67% from 323); Blue value is 190 (74.61% from 255 or 58.82% from 323); Max value from RGB is 190 - color contains mainly: blue. Hex color #1570BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1570BE is #EA8F41. Grayscale: #5D5D5D. Windows color (decimal): -15372098 or 12480533. OLE color: 12480533.

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

Color convert

RGB 21 112 190 -
CMYK 0.89 0.41 0 0.25
HSL 207.69º 0.8% 0.41% -
HSV(B) 207.69º 0.89% 0.75% -
XYZ 15.4 15.47 50.89 -
YUV 93.68 182.35 76.16 -
System Red Green Blue C M Y K H S L
Decimal 21 112 190 0.89 0.41 0 0.25 207.69 0.8 0.41
Hex 15 70 BE 59 29 0 19 D0 50 29
Octal 25 160 276 131 51 0 31 320 120 51
Binary 10101 1110000 10111110 1011001 101001 0 11001 11010000 1010000 101001

Color Harmonies of #1570BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1570BE

Black with #1570BE

Text Example


Text Example

White with #1570BE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1570BE; }

 p { color: rgb(21,112,190); }

 H1.HeaderClassName
 {
   color: #1570BE;
 }
 .AnyTagClassName
 {
   color: #1570BE;
 }
</style>

background-color css

<style>
 a { background-color: #1570BE; }

 a { background-color: rgb(21,112,190); }

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

border-color css

<style>
 span { border-color: #1570BE; }

 span { border-color: rgb(21,112,190); }

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