#1f5db0

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

Shades of Denim #1F5DB0

Tints of Denim #1F5DB0

Color information

#1F5DB0 (or 0x1F5DB0) is unknown color: approx Denim. HEX triplet: 1F, 5D and B0. RGB value is (31,93,176). Sum of RGB (Red+Green+Blue) = 31+93+176=300 (39% of max value = 765). Red value is 31 (12.5% from 255 or 10.33% from 300); Green value is 93 (36.72% from 255 or 31% from 300); Blue value is 176 (69.14% from 255 or 58.67% from 300); Max value from RGB is 176 - color contains mainly: blue. Hex color #1F5DB0 is not a web safe color. Web safe color analog (approx): #336699. Inversed color of #1F5DB0 is #E0A24F. Grayscale: #535353. Windows color (decimal): -14721616 or 11558175. OLE color: 11558175.

HSL color Cylindrical-coordinate representation of color #1F5DB0: hue angle of 214.34º degrees, saturation: 0.7, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F5DB0 is Cyan = 0.82, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB3193176-
CMYK0.820.4700.31
HSL214.34º70.05%40.59%-
HSV(B)214.34º82.39%69.02%-
XYZ12.3211.2542.6-
YUV83.92179.9690.25-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 10.33%
GREEN value IS 93 (36.72% from 255) = 31%
BLUE value IS 176 (69.14% from 255) = 58.67%
R=10.33%
G=31%
B=58.67%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal31931760.820.4700.31214.3470.0540.59
Hex1F5DB0522F01Fd64629
Octal371352601225703732610651
Binary111111011101101100001010010101111011111110101101000110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1f5db0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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