#1F61AD

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

Shades of Denim #1F61AD

Tints of Denim #1F61AD

Color information

#1F61AD (or 0x1F61AD) is unknown color: approx Denim. HEX triplet: 1F, 61 and AD. RGB value is (31,97,173). Sum of RGB (Red+Green+Blue) = 31+97+173=301 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.30% from 301); Green value is 97 (38.28% from 255 or 32.23% from 301); Blue value is 173 (67.97% from 255 or 57.48% from 301); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F61AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F61AD is #E09E52. Grayscale: #555555. Windows color (decimal): -14720595 or 11362591. OLE color: 11362591.

HSL color Cylindrical-coordinate representation of color #1F61AD: hue angle of 212.11º 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 #1F61AD is Cyan = 0.82, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB3197173-
CMYK0.820.4400.32
HSL212.11º69.61%40%-
HSV(B)212.11º82.08%67.84%-
XYZ12.3811.8641.17-
YUV85.93177.1388.82-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.30%
GREEN value IS 97 (38.28% from 255) = 32.23%
BLUE value IS 173 (67.97% from 255) = 57.48%
R=10.30%
G=32.23%
B=57.48%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31971730.820.4400.32212.1169.6140
Hex1F61AD522C020d44628
Octal371412551225404032410650
Binary1111111000011010110110100101011000100000110101001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F61AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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