#1F2985

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

Shades of Midnight Blue #1F2985

Tints of Midnight Blue #1F2985

Color information

#1F2985 (or 0x1F2985) is unknown color: approx Midnight Blue. HEX triplet: 1F, 29 and 85. RGB value is (31,41,133). Sum of RGB (Red+Green+Blue) = 31+41+133=205 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.12% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 133 (52.34% from 255 or 64.88% from 205); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F2985 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2985 is #E0D67A. Grayscale: #303030. Windows color (decimal): -14734971 or 8726815. OLE color: 8726815.

HSL color Cylindrical-coordinate representation of color #1F2985: hue angle of 234.12º degrees, saturation: 0.62, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #1F2985 is Cyan = 0.77, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3141133-
CMYK0.770.6900.48
HSL234.12º62.2%32.16%-
HSV(B)234.12º76.69%52.16%-
XYZ5.593.5722.58-
YUV48.5175.69115.52-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.12%
GREEN value IS 41 (16.41% from 255) = 20%
BLUE value IS 133 (52.34% from 255) = 64.88%
R=15.12%
G=20%
B=64.88%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31411330.770.6900.48234.1262.232.16
Hex1F29854D45030ea3e20
Octal37512051151050603527640
Binary111111010011000010110011011000101011000011101010111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,41,133); }

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

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

 a { background-color: rgb(31,41,133); }

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

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

 span { border-color: rgb(31,41,133); }

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