#1D60B3

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

Shades of Denim #1D60B3

Tints of Denim #1D60B3

Color information

#1D60B3 (or 0x1D60B3) is unknown color: approx Denim. HEX triplet: 1D, 60 and B3. RGB value is (29,96,179). Sum of RGB (Red+Green+Blue) = 29+96+179=304 (40% of max value = 765). Red value is 29 (11.72% from 255 or 9.54% from 304); Green value is 96 (37.89% from 255 or 31.58% from 304); Blue value is 179 (70.31% from 255 or 58.88% from 304); Max value from RGB is 179 - color contains mainly: blue. Hex color #1D60B3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D60B3 is #E29F4C. Grayscale: #555555. Windows color (decimal): -14851917 or 11755549. OLE color: 11755549.

HSL color Cylindrical-coordinate representation of color #1D60B3: hue angle of 213.2º 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 #1D60B3 is Cyan = 0.84, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB2996179-
CMYK0.840.4600.30
HSL213.2º72.12%40.78%-
HSV(B)213.2º83.8%70.2%-
XYZ12.8311.8844.27-
YUV85.43180.887.75-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.54%
GREEN value IS 96 (37.89% from 255) = 31.58%
BLUE value IS 179 (70.31% from 255) = 58.88%
R=9.54%
G=31.58%
B=58.88%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal29961790.840.4600.30213.272.1240.78
Hex1D60B3542E01Ed54829
Octal351402631245603632511051
Binary111011100000101100111010100101110011110110101011001000101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D60B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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