#1D5DBF

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

Shades of Denim #1D5DBF

Tints of Denim #1D5DBF

Color information

#1D5DBF (or 0x1D5DBF) is unknown color: approx Denim. HEX triplet: 1D, 5D and BF. RGB value is (29,93,191). Sum of RGB (Red+Green+Blue) = 29+93+191=313 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.27% from 313); Green value is 93 (36.72% from 255 or 29.71% from 313); Blue value is 191 (75% from 255 or 61.02% from 313); Max value from RGB is 191 - color contains mainly: blue. Hex color #1D5DBF is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5DBF is #E2A240. Grayscale: #545454. Windows color (decimal): -14852673 or 12541213. OLE color: 12541213.

HSL color Cylindrical-coordinate representation of color #1D5DBF: hue angle of 216.3º degrees, saturation: 0.74, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1D5DBF is Cyan = 0.85, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2993191-
CMYK0.850.5100.25
HSL216.3º73.64%43.14%-
HSV(B)216.3º84.82%74.9%-
XYZ13.8311.8550.85-
YUV85.04187.888.03-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.27%
GREEN value IS 93 (36.72% from 255) = 29.71%
BLUE value IS 191 (75% from 255) = 61.02%
R=9.27%
G=29.71%
B=61.02%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal29931910.850.5100.25216.373.6443.14
Hex1D5DBF5533019d84a2b
Octal351352771256303133011253
Binary111011011101101111111010101110011011001110110001001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5DBF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,93,191); }

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

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

 a { background-color: rgb(29,93,191); }

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

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

 span { border-color: rgb(29,93,191); }

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