#1f58b2

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

Shades of Denim #1F58B2

Tints of Denim #1F58B2

Color information

#1F58B2 (or 0x1F58B2) is unknown color: approx Denim. HEX triplet: 1F, 58 and B2. RGB value is (31,88,178). Sum of RGB (Red+Green+Blue) = 31+88+178=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 88 (34.77% from 255 or 29.63% from 297); Blue value is 178 (69.92% from 255 or 59.93% from 297); Max value from RGB is 178 - color contains mainly: blue. Hex color #1F58B2 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F58B2 is #E0A74D. Grayscale: #505050. Windows color (decimal): -14722894 or 11687967. OLE color: 11687967.

HSL color Cylindrical-coordinate representation of color #1F58B2: hue angle of 216.73º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F58B2 is Cyan = 0.83, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB3188178-
CMYK0.830.5100.30
HSL216.73º70.33%40.98%-
HSV(B)216.73º82.58%69.8%-
XYZ12.0910.4943.51-
YUV81.22182.6292.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 88 (34.77% from 255) = 29.63%
BLUE value IS 178 (69.92% from 255) = 59.93%
R=10.44%
G=29.63%
B=59.93%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal31881780.830.5100.30216.7370.3340.98
Hex1F58B2533301Ed94629
Octal371302621236303633110651
Binary111111011000101100101010011110011011110110110011000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f58b2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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