#1870AB

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

Shades of Denim #1870AB

Tints of Denim #1870AB

Color information

#1870AB (or 0x1870AB) is unknown color: approx Denim. HEX triplet: 18, 70 and AB. RGB value is (24,112,171). Sum of RGB (Red+Green+Blue) = 24+112+171=307 (40% of max value = 765). Red value is 24 (9.77% from 255 or 7.82% from 307); Green value is 112 (44.14% from 255 or 36.48% from 307); Blue value is 171 (67.19% from 255 or 55.70% from 307); Max value from RGB is 171 - color contains mainly: blue. Hex color #1870AB is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1870AB is #E78F54. Grayscale: #5C5C5C. Windows color (decimal): -15175509 or 11235352. OLE color: 11235352.

HSL color Cylindrical-coordinate representation of color #1870AB: hue angle of 204.08º degrees, saturation: 0.75, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1870AB is Cyan = 0.86, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB24112171-
CMYK0.860.3500.33
HSL204.08º75.38%38.24%-
HSV(B)204.08º85.96%67.06%-
XYZ13.5214.7240.66-
YUV92.41172.3579.2-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 7.82%
GREEN value IS 112 (44.14% from 255) = 36.48%
BLUE value IS 171 (67.19% from 255) = 55.70%
R=7.82%
G=36.48%
B=55.70%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal241121710.860.3500.33204.0875.3838.24
Hex1870AB5623021cc4b26
Octal301602531264304131411346
Binary1100011100001010101110101101000110100001110011001001011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1870AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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