#1B60D3

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

Shades of Denim #1B60D3

Tints of Denim #1B60D3

Color information

#1B60D3 (or 0x1B60D3) is unknown color: approx Denim. HEX triplet: 1B, 60 and D3. RGB value is (27,96,211). Sum of RGB (Red+Green+Blue) = 27+96+211=334 (44% of max value = 765). Red value is 27 (10.94% from 255 or 8.08% from 334); Green value is 96 (37.89% from 255 or 28.74% from 334); Blue value is 211 (82.81% from 255 or 63.17% from 334); Max value from RGB is 211 - color contains mainly: blue. Hex color #1B60D3 is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B60D3 is #E49F2C. Grayscale: #575757. Windows color (decimal): -14982957 or 13852699. OLE color: 13852699.

HSL color Cylindrical-coordinate representation of color #1B60D3: hue angle of 217.5º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #1B60D3 is Cyan = 0.87, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB2796211-
CMYK0.870.5500.17
HSL217.5º77.31%46.67%-
HSV(B)217.5º87.2%82.75%-
XYZ16.3913.363.33-
YUV88.48197.1484.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 8.08%
GREEN value IS 96 (37.89% from 255) = 28.74%
BLUE value IS 211 (82.81% from 255) = 63.17%
R=8.08%
G=28.74%
B=63.17%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal27962110.870.5500.17217.577.3146.67
Hex1B60D35737011da4d2f
Octal331403231276702133211557
Binary110111100000110100111010111110111010001110110101001101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B60D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,96,211); }

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

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

 a { background-color: rgb(27,96,211); }

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

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

 span { border-color: rgb(27,96,211); }

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