#1D5BBE

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

Shades of Denim #1D5BBE

Tints of Denim #1D5BBE

Color information

#1D5BBE (or 0x1D5BBE) is unknown color: approx Denim. HEX triplet: 1D, 5B and BE. RGB value is (29,91,190). Sum of RGB (Red+Green+Blue) = 29+91+190=310 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.35% from 310); Green value is 91 (35.94% from 255 or 29.35% from 310); Blue value is 190 (74.61% from 255 or 61.29% from 310); Max value from RGB is 190 - color contains mainly: blue. Hex color #1D5BBE is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5BBE is #E2A441. Grayscale: #535353. Windows color (decimal): -14853186 or 12475165. OLE color: 12475165.

HSL color Cylindrical-coordinate representation of color #1D5BBE: hue angle of 216.89º 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 #1D5BBE is Cyan = 0.85, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB2991190-
CMYK0.850.5200.25
HSL216.89º73.52%42.94%-
HSV(B)216.89º84.74%74.51%-
XYZ13.5411.4650.21-
YUV83.75187.9688.95-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.35%
GREEN value IS 91 (35.94% from 255) = 29.35%
BLUE value IS 190 (74.61% from 255) = 61.29%
R=9.35%
G=29.35%
B=61.29%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal29911900.850.5200.25216.8973.5242.94
Hex1D5BBE5534019d94a2b
Octal351332761256403133111253
Binary111011011011101111101010101110100011001110110011001010101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5BBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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