#1F58AE

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

Shades of Denim #1F58AE

Tints of Denim #1F58AE

Color information

#1F58AE (or 0x1F58AE) is unknown color: approx Denim. HEX triplet: 1F, 58 and AE. RGB value is (31,88,174). Sum of RGB (Red+Green+Blue) = 31+88+174=293 (38% of max value = 765). Red value is 31 (12.5% from 255 or 10.58% from 293); Green value is 88 (34.77% from 255 or 30.03% from 293); Blue value is 174 (68.36% from 255 or 59.39% from 293); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F58AE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F58AE is #E0A751. Grayscale: #505050. Windows color (decimal): -14722898 or 11425823. OLE color: 11425823.

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

Color convert

RGB3188174-
CMYK0.820.4900.32
HSL216.08º69.76%40.2%-
HSV(B)216.08º82.18%68.24%-
XYZ11.6910.3341.42-
YUV80.76180.6292.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.58%
GREEN value IS 88 (34.77% from 255) = 30.03%
BLUE value IS 174 (68.36% from 255) = 59.39%
R=10.58%
G=30.03%
B=59.39%

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
Decimal31881740.820.4900.32216.0869.7640.2
Hex1F58AE5231020d84628
Octal371302561226104033010650
Binary1111110110001010111010100101100010100000110110001000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F58AE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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