#1D5ABA

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

Shades of Denim #1D5ABA

Tints of Denim #1D5ABA

Color information

#1D5ABA (or 0x1D5ABA) is unknown color: approx Denim. HEX triplet: 1D, 5A and BA. RGB value is (29,90,186). Sum of RGB (Red+Green+Blue) = 29+90+186=305 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.51% from 305); Green value is 90 (35.55% from 255 or 29.51% from 305); Blue value is 186 (73.05% from 255 or 60.98% from 305); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D5ABA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5ABA is #E2A545. Grayscale: #525252. Windows color (decimal): -14853446 or 12212765. OLE color: 12212765.

HSL color Cylindrical-coordinate representation of color #1D5ABA: hue angle of 216.69º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D5ABA is Cyan = 0.84, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2990186-
CMYK0.840.5200.27
HSL216.69º73.02%42.16%-
HSV(B)216.69º84.41%72.94%-
XYZ13.0311.1247.91-
YUV82.7186.2989.69-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.51%
GREEN value IS 90 (35.55% from 255) = 29.51%
BLUE value IS 186 (73.05% from 255) = 60.98%
R=9.51%
G=29.51%
B=60.98%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal29901860.840.5200.27216.6973.0242.16
Hex1D5ABA543401Bd9492a
Octal351322721246403333111152
Binary111011011010101110101010100110100011011110110011001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,90,186); }

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

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

 a { background-color: rgb(29,90,186); }

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

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

 span { border-color: rgb(29,90,186); }

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