#1861AF

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

Shades of Denim #1861AF

Tints of Denim #1861AF

Color information

#1861AF (or 0x1861AF) is unknown color: approx Denim. HEX triplet: 18, 61 and AF. RGB value is (24,97,175). Sum of RGB (Red+Green+Blue) = 24+97+175=296 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.11% from 296); Green value is 97 (38.28% from 255 or 32.77% from 296); Blue value is 175 (68.75% from 255 or 59.12% from 296); Max value from RGB is 175 - color contains mainly: blue. Hex color #1861AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1861AF is #E79E50. Grayscale: #535353. Windows color (decimal): -15179345 or 11493656. OLE color: 11493656.

HSL color Cylindrical-coordinate representation of color #1861AF: hue angle of 210.99º degrees, saturation: 0.76, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1861AF is Cyan = 0.86, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2497175-
CMYK0.860.4500.31
HSL210.99º75.88%39.02%-
HSV(B)210.99º86.29%68.63%-
XYZ12.3911.8442.19-
YUV84.06179.3285.16-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.11%
GREEN value IS 97 (38.28% from 255) = 32.77%
BLUE value IS 175 (68.75% from 255) = 59.12%
R=8.11%
G=32.77%
B=59.12%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24971750.860.4500.31210.9975.8839.02
Hex1861AF562D01Fd34c27
Octal301412571265503732311447
Binary110001100001101011111010110101101011111110100111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1861AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1861AF; }

 p { color: rgb(24,97,175); }

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

<style>
 a { background-color: #1861AF; }

 a { background-color: rgb(24,97,175); }

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

<style>
 span { border-color: #1861AF; }

 span { border-color: rgb(24,97,175); }

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