#1D5CB3

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

Shades of Denim #1D5CB3

Tints of Denim #1D5CB3

Color information

#1D5CB3 (or 0x1D5CB3) is unknown color: approx Denim. HEX triplet: 1D, 5C and B3. RGB value is (29,92,179). Sum of RGB (Red+Green+Blue) = 29+92+179=300 (39% of max value = 765). Red value is 29 (11.72% from 255 or 9.67% from 300); Green value is 92 (36.33% from 255 or 30.67% from 300); Blue value is 179 (70.31% from 255 or 59.67% from 300); Max value from RGB is 179 - color contains mainly: blue. Hex color #1D5CB3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D5CB3 is #E2A34C. Grayscale: #525252. Windows color (decimal): -14852941 or 11754525. OLE color: 11754525.

HSL color Cylindrical-coordinate representation of color #1D5CB3: hue angle of 214.8º degrees, saturation: 0.72, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D5CB3 is Cyan = 0.84, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2992179-
CMYK0.840.4900.30
HSL214.8º72.12%40.78%-
HSV(B)214.8º83.8%70.2%-
XYZ12.4711.1744.15-
YUV83.08182.1389.43-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.67%
GREEN value IS 92 (36.33% from 255) = 30.67%
BLUE value IS 179 (70.31% from 255) = 59.67%
R=9.67%
G=30.67%
B=59.67%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal29921790.840.4900.30214.872.1240.78
Hex1D5CB3543101Ed74829
Octal351342631246103632711051
Binary111011011100101100111010100110001011110110101111001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D5CB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(29,92,179); }

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

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

 a { background-color: rgb(29,92,179); }

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

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

 span { border-color: rgb(29,92,179); }

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