#1D60BA

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

Shades of Denim #1D60BA

Tints of Denim #1D60BA

Color information

#1D60BA (or 0x1D60BA) is unknown color: approx Denim. HEX triplet: 1D, 60 and BA. RGB value is (29,96,186). Sum of RGB (Red+Green+Blue) = 29+96+186=311 (41% of max value = 765). Red value is 29 (11.72% from 255 or 9.32% from 311); Green value is 96 (37.89% from 255 or 30.87% from 311); Blue value is 186 (73.05% from 255 or 59.81% from 311); Max value from RGB is 186 - color contains mainly: blue. Hex color #1D60BA is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1D60BA is #E29F45. Grayscale: #555555. Windows color (decimal): -14851910 or 12214301. OLE color: 12214301.

HSL color Cylindrical-coordinate representation of color #1D60BA: hue angle of 214.39º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #1D60BA is Cyan = 0.84, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB2996186-
CMYK0.840.4800.27
HSL214.39º73.02%42.16%-
HSV(B)214.39º84.41%72.94%-
XYZ13.5512.1748.09-
YUV86.23184.387.18-

RGB Variations

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

RGB

RED value IS 29 (11.72% from 255) = 9.32%
GREEN value IS 96 (37.89% from 255) = 30.87%
BLUE value IS 186 (73.05% from 255) = 59.81%
R=9.32%
G=30.87%
B=59.81%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal29961860.840.4800.27214.3973.0242.16
Hex1D60BA543001Bd6492a
Octal351402721246003332611152
Binary111011100000101110101010100110000011011110101101001001101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1D60BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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