#1F5DAD

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

Shades of Denim #1F5DAD

Tints of Denim #1F5DAD

Color information

#1F5DAD (or 0x1F5DAD) is unknown color: approx Denim. HEX triplet: 1F, 5D and AD. RGB value is (31,93,173). Sum of RGB (Red+Green+Blue) = 31+93+173=297 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.44% from 297); Green value is 93 (36.72% from 255 or 31.31% from 297); Blue value is 173 (67.97% from 255 or 58.25% from 297); Max value from RGB is 173 - color contains mainly: blue. Hex color #1F5DAD is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5DAD is #E0A252. Grayscale: #535353. Windows color (decimal): -14721619 or 11361567. OLE color: 11361567.

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

Color convert

RGB3193173-
CMYK0.820.4600.32
HSL213.8º69.61%40%-
HSV(B)213.8º82.08%67.84%-
XYZ12.0211.1441.05-
YUV83.58178.4690.5-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.44%
GREEN value IS 93 (36.72% from 255) = 31.31%
BLUE value IS 173 (67.97% from 255) = 58.25%
R=10.44%
G=31.31%
B=58.25%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal31931730.820.4600.32213.869.6140
Hex1F5DAD522E020d64628
Octal371352551225604032610650
Binary1111110111011010110110100101011100100000110101101000110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F5DAD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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