#1D5BA7

Color #1D5BA7 Denim (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Denim #1D5BA7

Tints of Denim #1D5BA7

Color information

#1D5BA7 (or 0x1D5BA7) is unknown color: approx Denim. HEX triplet: 1D, 5B and A7. RGB value is (29,91,167). Sum of RGB (Red+Green+Blue) = 29+91+167=287 (38% of max value = 765). Red value is 29 (11.72% from 255 or 10.10% from 287); Green value is 91 (35.94% from 255 or 31.71% from 287); Blue value is 167 (65.62% from 255 or 58.19% from 287); Max value from RGB is 167 - color contains mainly: blue. Hex color #1D5BA7 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1D5BA7 is #E2A458. Grayscale: #505050. Windows color (decimal): -14853209 or 10967837. OLE color: 10967837.

HSL color Cylindrical-coordinate representation of color #1D5BA7: hue angle of 213.04º degrees, saturation: 0.7, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1D5BA7 is Cyan = 0.83, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB2991167-
CMYK0.830.4600.35
HSL213.04º70.41%38.43%-
HSV(B)213.04º82.63%65.49%-
XYZ11.2210.5338-
YUV81.13176.4690.82-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 10.10%
GREEN value IS 91 (35.94% from 255) = 31.71%
BLUE value IS 167 (65.62% from 255) = 58.19%
R=10.10%
G=31.71%
B=58.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal29911670.830.4600.35213.0470.4138.43
Hex1D5BA7532E023d54626
Octal351332471235604332510646
Binary1110110110111010011110100111011100100011110101011000110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5BA7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,91,167); }

 H1.HeaderClassName
 {
   color: #1D5BA7;
 }
 .AnyTagClassName
 {
   color: #1D5BA7;
 }
</style>
background-color css

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

 a { background-color: rgb(29,91,167); }

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

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

 span { border-color: rgb(29,91,167); }

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