Html Css Color HEX #1D57AC Denim

📋 copy color: '#1D57AC'

red 29 ◦ green 87 ◦ blue 172

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

Shades of Denim #1D57AC

Tints of Denim #1D57AC

RGB

 RED value IS 29 (11.72% from 255) = 10.07%

 GREEN value IS 87 (34.38% from 255) = 30.21%

 BLUE value IS 172 (67.58% from 255) = 59.72%

R = 10.07%
G = 30.21%
B = 59.72%

CMYK

 C value IS 0.83

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#1D57AC (or 0x1D57AC) is known color: Denim. HEX triplet: 1D, 57 and AC. RGB value is (29,87,172). Sum of RGB (Red+Green+Blue) = 29+87+172=288 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.07% from 288); Green value is 87 (34.38% from 255 or 30.21% from 288); Blue value is 172 (67.58% from 255 or 59.72% from 288); Max value from RGB is 172 - color contains mainly: blue. Hex color #1D57AC is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D57AC is #E2A853. Grayscale: #4E4E4E. Windows color (decimal): -14854228 or 11294493. OLE color: 11294493.

HSL color Cylindrical-coordinate representation of color #1D57AC: hue angle of 215.66º degrees, saturation: 0.71, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D57AC is Cyan = 0.83, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 29 87 172 -
CMYK 0.83 0.49 0 0.33
HSL 215.66º 0.71% 0.39% -
HSV(B) 215.66º 0.83% 0.67% -
XYZ 11.36 10.06 40.37 -
YUV 79.35 180.28 92.09 -
System Red Green Blue C M Y K H S L
Decimal 29 87 172 0.83 0.49 0 0.33 215.66 0.71 0.39
Hex 1D 57 AC 53 31 0 21 D8 47 27
Octal 35 127 254 123 61 0 41 330 107 47
Binary 11101 1010111 10101100 1010011 110001 0 100001 11011000 1000111 100111

Color Harmonies of #1D57AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #1D57AC

Black with #1D57AC

Text Example


Text Example

White with #1D57AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #1D57AC; }

 p { color: rgb(29,87,172); }

 H1.HeaderClassName
 {
   color: #1D57AC;
 }
 .AnyTagClassName
 {
   color: #1D57AC;
 }
</style>

background-color css

<style>
 a { background-color: #1D57AC; }

 a { background-color: rgb(29,87,172); }

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

border-color css

<style>
 span { border-color: #1D57AC; }

 span { border-color: rgb(29,87,172); }

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