#1f62af

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

Shades of Denim #1F62AF

Tints of Denim #1F62AF

Color information

#1F62AF (or 0x1F62AF) is unknown color: approx Denim. HEX triplet: 1F, 62 and AF. RGB value is (31,98,175). Sum of RGB (Red+Green+Blue) = 31+98+175=304 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.20% from 304); Green value is 98 (38.67% from 255 or 32.24% from 304); Blue value is 175 (68.75% from 255 or 57.57% from 304); Max value from RGB is 175 - color contains mainly: blue. Hex color #1F62AF is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F62AF is #E09D50. Grayscale: #565656. Windows color (decimal): -14720337 or 11493919. OLE color: 11493919.

HSL color Cylindrical-coordinate representation of color #1F62AF: hue angle of 212.08º degrees, saturation: 0.7, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F62AF is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3198175-
CMYK0.820.4400.31
HSL212.08º69.9%40.39%-
HSV(B)212.08º82.29%68.63%-
XYZ12.6712.1242.23-
YUV86.74177.888.24-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.20%
GREEN value IS 98 (38.67% from 255) = 32.24%
BLUE value IS 175 (68.75% from 255) = 57.57%
R=10.20%
G=32.24%
B=57.57%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31981750.820.4400.31212.0869.940.39
Hex1F62AF522C01Fd44628
Octal371422571225403732410650
Binary111111100010101011111010010101100011111110101001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f62af

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #1f62af; }

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

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

<style>
 a { background-color: #1f62af; }

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

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

<style>
 span { border-color: #1f62af; }

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

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