#1860c2

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

Shades of Denim #1860C2

Tints of Denim #1860C2

Color information

#1860C2 (or 0x1860C2) is unknown color: approx Denim. HEX triplet: 18, 60 and C2. RGB value is (24,96,194). Sum of RGB (Red+Green+Blue) = 24+96+194=314 (41% of max value = 765). Red value is 24 (9.77% from 255 or 7.64% from 314); Green value is 96 (37.89% from 255 or 30.57% from 314); Blue value is 194 (76.17% from 255 or 61.78% from 314); Max value from RGB is 194 - color contains mainly: blue. Hex color #1860C2 is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1860C2 is #E79F3D. Grayscale: #555555. Windows color (decimal): -15179582 or 12738584. OLE color: 12738584.

HSL color Cylindrical-coordinate representation of color #1860C2: hue angle of 214.59º degrees, saturation: 0.78, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1860C2 is Cyan = 0.88, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB2496194-
CMYK0.880.5100.24
HSL214.59º77.98%42.75%-
HSV(B)214.59º87.63%76.08%-
XYZ14.312.4552.69-
YUV85.64189.1584.03-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.64%
GREEN value IS 96 (37.89% from 255) = 30.57%
BLUE value IS 194 (76.17% from 255) = 61.78%
R=7.64%
G=30.57%
B=61.78%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal24961940.880.5100.24214.5977.9842.75
Hex1860C25833018d74e2b
Octal301403021306303032711653
Binary110001100000110000101011000110011011000110101111001110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1860c2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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