#1D5FCB

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

Shades of Denim #1D5FCB

Tints of Denim #1D5FCB

Color information

#1D5FCB (or 0x1D5FCB) is unknown color: approx Denim. HEX triplet: 1D, 5F and CB. RGB value is (29,95,203). Sum of RGB (Red+Green+Blue) = 29+95+203=327 (43% of max value = 765). Red value is 29 (11.72% from 255 or 8.87% from 327); Green value is 95 (37.5% from 255 or 29.05% from 327); Blue value is 203 (79.69% from 255 or 62.08% from 327); Max value from RGB is 203 - color contains mainly: blue. Hex color #1D5FCB is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5FCB is #E2A034. Grayscale: #575757. Windows color (decimal): -14852149 or 13328157. OLE color: 13328157.

HSL color Cylindrical-coordinate representation of color #1D5FCB: hue angle of 217.24º degrees, saturation: 0.75, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1D5FCB is Cyan = 0.86, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB2995203-
CMYK0.860.5300.20
HSL217.24º75%45.49%-
HSV(B)217.24º85.71%79.61%-
XYZ15.3812.7658.15-
YUV87.58193.1386.22-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 8.87%
GREEN value IS 95 (37.5% from 255) = 29.05%
BLUE value IS 203 (79.69% from 255) = 62.08%
R=8.87%
G=29.05%
B=62.08%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal29952030.860.5300.20217.247545.49
Hex1D5FCB5635014d94b2d
Octal351373131266502433111355
Binary111011011111110010111010110110101010100110110011001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,95,203); }

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

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

 a { background-color: rgb(29,95,203); }

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

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

 span { border-color: rgb(29,95,203); }

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