#1870CD

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

Shades of Denim #1870CD

Tints of Denim #1870CD

Color information

#1870CD (or 0x1870CD) is unknown color: approx Denim. HEX triplet: 18, 70 and CD. RGB value is (24,112,205). Sum of RGB (Red+Green+Blue) = 24+112+205=341 (45% of max value = 765). Red value is 24 (9.77% from 255 or 7.04% from 341); Green value is 112 (44.14% from 255 or 32.84% from 341); Blue value is 205 (80.47% from 255 or 60.12% from 341); Max value from RGB is 205 - color contains mainly: blue. Hex color #1870CD is not a web safe color. Web safe color analog (approx): #0066CC. Inversed color of #1870CD is #E78F32. Grayscale: #5F5F5F. Windows color (decimal): -15175475 or 13463576. OLE color: 13463576.

HSL color Cylindrical-coordinate representation of color #1870CD: hue angle of 210.83º degrees, saturation: 0.79, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1870CD is Cyan = 0.88, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB24112205-
CMYK0.880.4500.20
HSL210.83º79.04%44.9%-
HSV(B)210.83º88.29%80.39%-
XYZ17.1916.1959.98-
YUV96.29189.3576.44-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.04%
GREEN value IS 112 (44.14% from 255) = 32.84%
BLUE value IS 205 (80.47% from 255) = 60.12%
R=7.04%
G=32.84%
B=60.12%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal241122050.880.4500.20210.8379.0444.9
Hex1870CD582D014d34f2d
Octal301603151305502432311755
Binary110001110000110011011011000101101010100110100111001111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1870CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1870CD; }

 p { color: rgb(24,112,205); }

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

<style>
 a { background-color: #1870CD; }

 a { background-color: rgb(24,112,205); }

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

<style>
 span { border-color: #1870CD; }

 span { border-color: rgb(24,112,205); }

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