Html Css Color HEX #1572CC Denim

📋 copy color: '#1572CC'

red 21 ◦ green 114 ◦ blue 204

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

Shades of Denim #1572CC

Tints of Denim #1572CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 60.18%

R = 6.19%
G = 33.63%
B = 60.18%

CMYK

 C value IS 0.90

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#1572CC (or 0x1572CC) is known color: Denim. HEX triplet: 15, 72 and CC. RGB value is (21,114,204). Sum of RGB (Red+Green+Blue) = 21+114+204=339 (44% of max value = 765). Red value is 21 (8.59% from 255 or 6.19% from 339); Green value is 114 (44.92% from 255 or 33.63% from 339); Blue value is 204 (80.08% from 255 or 60.18% from 339); Max value from RGB is 204 - color contains mainly: blue. Hex color #1572CC is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1572CC is #EA8D33. Grayscale: #5F5F5F. Windows color (decimal): -15371572 or 13398549. OLE color: 13398549.

HSL color Cylindrical-coordinate representation of color #1572CC: hue angle of 209.51º degrees, saturation: 0.81, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #1572CC is Cyan = 0.90, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 21 114 204 -
CMYK 0.90 0.44 0 0.2
HSL 209.51º 0.81% 0.44% -
HSV(B) 209.51º 0.9% 0.8% -
XYZ 17.23 16.55 59.41 -
YUV 96.45 188.69 74.18 -
System Red Green Blue C M Y K H S L
Decimal 21 114 204 0.90 0.44 0 0.2 209.51 0.81 0.44
Hex 15 72 CC 5A 2C 0 14 D2 51 2C
Octal 25 162 314 132 54 0 24 322 121 54
Binary 10101 1110010 11001100 1011010 101100 0 10100 11010010 1010001 101100

Color Harmonies of #1572CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1572CC

Black with #1572CC

Text Example


Text Example

White with #1572CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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