#1862AF

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

Shades of Denim #1862AF

Tints of Denim #1862AF

Color information

#1862AF (or 0x1862AF) is unknown color: approx Denim. HEX triplet: 18, 62 and AF. RGB value is (24,98,175). Sum of RGB (Red+Green+Blue) = 24+98+175=297 (39% of max value = 765). Red value is 24 (9.77% from 255 or 8.08% from 297); Green value is 98 (38.67% from 255 or 33.00% from 297); Blue value is 175 (68.75% from 255 or 58.92% from 297); Max value from RGB is 175 - color contains mainly: blue. Hex color #1862AF is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #1862AF is #E79D50. Grayscale: #545454. Windows color (decimal): -15179089 or 11493912. OLE color: 11493912.

HSL color Cylindrical-coordinate representation of color #1862AF: hue angle of 210.6º 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 #1862AF is Cyan = 0.86, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB2498175-
CMYK0.860.4400.31
HSL210.6º75.88%39.02%-
HSV(B)210.6º86.29%68.63%-
XYZ12.4812.0242.22-
YUV84.65178.9884.74-

RGB Variations

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

RGB

RED value IS 24 (9.77% from 255) = 8.08%
GREEN value IS 98 (38.67% from 255) = 33.00%
BLUE value IS 175 (68.75% from 255) = 58.92%
R=8.08%
G=33.00%
B=58.92%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal24981750.860.4400.31210.675.8839.02
Hex1862AF562C01Fd34c27
Octal301422571265403732311447
Binary110001100010101011111010110101100011111110100111001100100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1862AF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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