#1F2885

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

Shades of Midnight Blue #1F2885

Tints of Midnight Blue #1F2885

Color information

#1F2885 (or 0x1F2885) is unknown color: approx Midnight Blue. HEX triplet: 1F, 28 and 85. RGB value is (31,40,133). Sum of RGB (Red+Green+Blue) = 31+40+133=204 (27% of max value = 765). Red value is 31 (12.5% from 255 or 15.20% from 204); Green value is 40 (16.02% from 255 or 19.61% from 204); Blue value is 133 (52.34% from 255 or 65.20% from 204); Max value from RGB is 133 - color contains mainly: blue. Hex color #1F2885 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #1F2885 is #E0D77A. Grayscale: #2F2F2F. Windows color (decimal): -14735227 or 8726559. OLE color: 8726559.

HSL color Cylindrical-coordinate representation of color #1F2885: hue angle of 234.71º 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 #1F2885 is Cyan = 0.77, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB3140133-
CMYK0.770.7000.48
HSL234.71º62.2%32.16%-
HSV(B)234.71º76.69%52.16%-
XYZ5.563.522.57-
YUV47.91176.02115.94-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.20%
GREEN value IS 40 (16.02% from 255) = 19.61%
BLUE value IS 133 (52.34% from 255) = 65.20%
R=15.20%
G=19.61%
B=65.20%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal31401330.770.7000.48234.7162.232.16
Hex1F28854D46030eb3e20
Octal37502051151060603537640
Binary111111010001000010110011011000110011000011101011111110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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