#1F0F6D

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

Shades of Midnight Blue #1F0F6D

Tints of Midnight Blue #1F0F6D

Color information

#1F0F6D (or 0x1F0F6D) is unknown color: approx Midnight Blue. HEX triplet: 1F, 0F and 6D. RGB value is (31,15,109). Sum of RGB (Red+Green+Blue) = 31+15+109=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 15 (6.25% from 255 or 9.68% from 155); Blue value is 109 (42.97% from 255 or 70.32% from 155); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F0F6D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F0F6D is #E0F092. Grayscale: #1E1E1E. Windows color (decimal): -14741651 or 7147295. OLE color: 7147295.

HSL color Cylindrical-coordinate representation of color #1F0F6D: hue angle of 250.21º degrees, saturation: 0.76, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1F0F6D is Cyan = 0.72, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3115109-
CMYK0.720.8600.57
HSL250.21º75.81%24.31%-
HSV(B)250.21º86.24%42.75%-
XYZ3.51.7414.62-
YUV30.5172.3128.36-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20%
GREEN value IS 15 (6.25% from 255) = 9.68%
BLUE value IS 109 (42.97% from 255) = 70.32%
R=20%
G=9.68%
B=70.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31151090.720.8600.57250.2175.8124.31
Hex1FF6D4856039fa4c18
Octal371715511012607137211430
Binary111111111110110110010001010110011100111111010100110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F0F6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,15,109); }

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

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

 a { background-color: rgb(31,15,109); }

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

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

 span { border-color: rgb(31,15,109); }

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