#1B60DC

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

Shades of Denim #1B60DC

Tints of Denim #1B60DC

Color information

#1B60DC (or 0x1B60DC) is unknown color: approx Denim. HEX triplet: 1B, 60 and DC. RGB value is (27,96,220). Sum of RGB (Red+Green+Blue) = 27+96+220=343 (45% of max value = 765). Red value is 27 (10.94% from 255 or 7.87% from 343); Green value is 96 (37.89% from 255 or 27.99% from 343); Blue value is 220 (86.33% from 255 or 64.14% from 343); Max value from RGB is 220 - color contains mainly: blue. Hex color #1B60DC is not a web safe color. Web safe color analog (approx): #3366CC. Inversed color of #1B60DC is #E49F23. Grayscale: #585858. Windows color (decimal): -14982948 or 14442523. OLE color: 14442523.

HSL color Cylindrical-coordinate representation of color #1B60DC: hue angle of 218.55º degrees, saturation: 0.78, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B60DC is Cyan = 0.88, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB2796220-
CMYK0.880.5600.14
HSL218.55º78.14%48.43%-
HSV(B)218.55º87.73%86.27%-
XYZ17.5513.7769.44-
YUV89.5201.6483.42-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 7.87%
GREEN value IS 96 (37.89% from 255) = 27.99%
BLUE value IS 220 (86.33% from 255) = 64.14%
R=7.87%
G=27.99%
B=64.14%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal27962200.880.5600.14218.5578.1448.43
Hex1B60DC58380Edb4e30
Octal331403341307001633311660
Binary11011110000011011100101100011100001110110110111001110110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B60DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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