#1F58AD

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

Shades of Denim #1F58AD

Tints of Denim #1F58AD

Color information

#1F58AD (or 0x1F58AD) is unknown color: approx Denim. HEX triplet: 1F, 58 and AD. RGB value is (31,88,173). Sum of RGB (Red+Green+Blue) = 31+88+173=292 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.62% from 292); Green value is 88 (34.77% from 255 or 30.14% from 292); Blue value is 173 (67.97% from 255 or 59.25% from 292); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F58AD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F58AD is #E0A752. Grayscale: #505050. Windows color (decimal): -14722899 or 11360287. OLE color: 11360287.

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

Color convert

RGB3188173-
CMYK0.820.4900.32
HSL215.92º69.61%40%-
HSV(B)215.92º82.08%67.84%-
XYZ11.610.2940.91-
YUV80.65180.1292.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.62%
GREEN value IS 88 (34.77% from 255) = 30.14%
BLUE value IS 173 (67.97% from 255) = 59.25%
R=10.62%
G=30.14%
B=59.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31881730.820.4900.32215.9269.6140
Hex1F58AD5231020d84628
Octal371302551226104033010650
Binary1111110110001010110110100101100010100000110110001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F58AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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