#1860CF

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

Shades of Denim #1860CF

Tints of Denim #1860CF

Color information

#1860CF (or 0x1860CF) is unknown color: approx Denim. HEX triplet: 18, 60 and CF. RGB value is (24,96,207). Sum of RGB (Red+Green+Blue) = 24+96+207=327 (43% of max value = 765). Red value is 24 (9.77% from 255 or 7.34% from 327); Green value is 96 (37.89% from 255 or 29.36% from 327); Blue value is 207 (81.25% from 255 or 63.30% from 327); Max value from RGB is 207 - color contains mainly: blue. Hex color #1860CF is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1860CF is #E79F30. Grayscale: #565656. Windows color (decimal): -15179569 or 13590552. OLE color: 13590552.

HSL color Cylindrical-coordinate representation of color #1860CF: hue angle of 216.39º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1860CF is Cyan = 0.88, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB2496207-
CMYK0.880.5400.19
HSL216.39º79.22%45.29%-
HSV(B)216.39º88.41%81.18%-
XYZ15.8213.0660.72-
YUV87.13195.6582.97-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.34%
GREEN value IS 96 (37.89% from 255) = 29.36%
BLUE value IS 207 (81.25% from 255) = 63.30%
R=7.34%
G=29.36%
B=63.30%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal24962070.880.5400.19216.3979.2245.29
Hex1860CF5836013d84f2d
Octal301403171306602333011755
Binary110001100000110011111011000110110010011110110001001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1860CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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