#1F62AD

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

Shades of Denim #1F62AD

Tints of Denim #1F62AD

Color information

#1F62AD (or 0x1F62AD) is unknown color: approx Denim. HEX triplet: 1F, 62 and AD. RGB value is (31,98,173). Sum of RGB (Red+Green+Blue) = 31+98+173=302 (40% of max value = 765). Red value is 31 (12.5% from 255 or 10.26% from 302); Green value is 98 (38.67% from 255 or 32.45% from 302); Blue value is 173 (67.97% from 255 or 57.28% from 302); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F62AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F62AD is #E09D52. Grayscale: #565656. Windows color (decimal): -14720339 or 11362847. OLE color: 11362847.

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

Color convert

RGB3198173-
CMYK0.820.4300.32
HSL211.69º69.61%40%-
HSV(B)211.69º82.08%67.84%-
XYZ12.4812.0441.2-
YUV86.52176.888.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.26%
GREEN value IS 98 (38.67% from 255) = 32.45%
BLUE value IS 173 (67.97% from 255) = 57.28%
R=10.26%
G=32.45%
B=57.28%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31981730.820.4300.32211.6969.6140
Hex1F62AD522B020d44628
Octal371422551225304032410650
Binary1111111000101010110110100101010110100000110101001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F62AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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