#1F5BAE

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

Shades of Denim #1F5BAE

Tints of Denim #1F5BAE

Color information

#1F5BAE (or 0x1F5BAE) is unknown color: approx Denim. HEX triplet: 1F, 5B and AE. RGB value is (31,91,174). Sum of RGB (Red+Green+Blue) = 31+91+174=296 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.47% from 296); Green value is 91 (35.94% from 255 or 30.74% from 296); Blue value is 174 (68.36% from 255 or 58.78% from 296); Max value from RGB is 174 - color contains mainly: blue. Hex color #1F5BAE is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5BAE is #E0A451. Grayscale: #525252. Windows color (decimal): -14722130 or 11426591. OLE color: 11426591.

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

Color convert

RGB3191174-
CMYK0.820.4800.32
HSL214.83º69.76%40.2%-
HSV(B)214.83º82.18%68.24%-
XYZ11.9510.8341.51-
YUV82.52179.6291.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.47%
GREEN value IS 91 (35.94% from 255) = 30.74%
BLUE value IS 174 (68.36% from 255) = 58.78%
R=10.47%
G=30.74%
B=58.78%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31911740.820.4800.32214.8369.7640.2
Hex1F5BAE5230020d74628
Octal371332561226004032710650
Binary1111110110111010111010100101100000100000110101111000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5BAE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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