#1860DA

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

Shades of Denim #1860DA

Tints of Denim #1860DA

Color information

#1860DA (or 0x1860DA) is unknown color: approx Denim. HEX triplet: 18, 60 and DA. RGB value is (24,96,218). Sum of RGB (Red+Green+Blue) = 24+96+218=338 (44% of max value = 765). Red value is 24 (9.77% from 255 or 7.10% from 338); Green value is 96 (37.89% from 255 or 28.40% from 338); Blue value is 218 (85.55% from 255 or 64.50% from 338); Max value from RGB is 218 - color contains mainly: blue. Hex color #1860DA is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1860DA is #E79F25. Grayscale: #575757. Windows color (decimal): -15179558 or 14311448. OLE color: 14311448.

HSL color Cylindrical-coordinate representation of color #1860DA: hue angle of 217.73º degrees, saturation: 0.8, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #1860DA is Cyan = 0.89, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB2496218-
CMYK0.890.5600.15
HSL217.73º80.17%47.45%-
HSV(B)217.73º88.99%85.49%-
XYZ17.2113.6268.05-
YUV88.38201.1582.08-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.10%
GREEN value IS 96 (37.89% from 255) = 28.40%
BLUE value IS 218 (85.55% from 255) = 64.50%
R=7.10%
G=28.40%
B=64.50%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal24962180.890.5600.15217.7380.1747.45
Hex1860DA59380Fda502f
Octal301403321317001733212057
Binary11000110000011011010101100111100001111110110101010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1860DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1860DA; }

 p { color: rgb(24,96,218); }

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

<style>
 a { background-color: #1860DA; }

 a { background-color: rgb(24,96,218); }

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

<style>
 span { border-color: #1860DA; }

 span { border-color: rgb(24,96,218); }

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