Html Css Color HEX #1572BE Denim

📋 copy color: '#1572BE'

red 21 ◦ green 114 ◦ blue 190

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

Shades of Denim #1572BE

Tints of Denim #1572BE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 35.08%

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

R = 6.46%
G = 35.08%
B = 58.46%

CMYK

 C value IS 0.89

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#1572BE (or 0x1572BE) is known color: Denim. HEX triplet: 15, 72 and BE. RGB value is (21,114,190). Sum of RGB (Red+Green+Blue) = 21+114+190=325 (43% of max value = 765). Red value is 21 (8.59% from 255 or 6.46% from 325); Green value is 114 (44.92% from 255 or 35.08% from 325); Blue value is 190 (74.61% from 255 or 58.46% from 325); Max value from RGB is 190 - color contains mainly: blue. Hex color #1572BE is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1572BE is #EA8D41. Grayscale: #5E5E5E. Windows color (decimal): -15371586 or 12481045. OLE color: 12481045.

HSL color Cylindrical-coordinate representation of color #1572BE: hue angle of 206.98º 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 #1572BE is Cyan = 0.89, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 21 114 190 -
CMYK 0.89 0.40 0 0.25
HSL 206.98º 0.8% 0.41% -
HSV(B) 206.98º 0.89% 0.75% -
XYZ 15.62 15.91 50.96 -
YUV 94.86 181.69 75.32 -
System Red Green Blue C M Y K H S L
Decimal 21 114 190 0.89 0.40 0 0.25 206.98 0.8 0.41
Hex 15 72 BE 59 28 0 19 CF 50 29
Octal 25 162 276 131 50 0 31 317 120 51
Binary 10101 1110010 10111110 1011001 101000 0 11001 11001111 1010000 101001

Color Harmonies of #1572BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1572BE

Black with #1572BE

Text Example


Text Example

White with #1572BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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