#1F175F

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

Shades of Midnight Blue #1F175F

Tints of Midnight Blue #1F175F

Color information

#1F175F (or 0x1F175F) is unknown color: approx Midnight Blue. HEX triplet: 1F, 17 and 5F. RGB value is (31,23,95). Sum of RGB (Red+Green+Blue) = 31+23+95=149 (19% of max value = 765). Red value is 31 (12.5% from 255 or 20.81% from 149); Green value is 23 (9.38% from 255 or 15.44% from 149); Blue value is 95 (37.5% from 255 or 63.76% from 149); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F175F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F175F is #E0E8A0. Grayscale: #212121. Windows color (decimal): -14739617 or 6231839. OLE color: 6231839.

HSL color Cylindrical-coordinate representation of color #1F175F: hue angle of 246.67º degrees, saturation: 0.61, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F175F is Cyan = 0.67, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB312395-
CMYK0.670.7600.63
HSL246.67º61.02%23.14%-
HSV(B)246.67º75.79%37.25%-
XYZ2.941.7311.01-
YUV33.6162.65126.15-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20.81%
GREEN value IS 23 (9.38% from 255) = 15.44%
BLUE value IS 95 (37.5% from 255) = 63.76%
R=20.81%
G=15.44%
B=63.76%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3123950.670.7600.63246.6761.0223.14
Hex1F175F434C03Ff73d17
Octal37271371031140773677527
Binary111111011110111111000011100110001111111111011111110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F175F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,23,95); }

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

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

 a { background-color: rgb(31,23,95); }

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

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

 span { border-color: rgb(31,23,95); }

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