#1F287F

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

Shades of Midnight Blue #1F287F

Tints of Midnight Blue #1F287F

Color information

#1F287F (or 0x1F287F) is unknown color: approx Midnight Blue. HEX triplet: 1F, 28 and 7F. RGB value is (31,40,127). Sum of RGB (Red+Green+Blue) = 31+40+127=198 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.66% from 198); Green value is 40 (16.02% from 255 or 20.20% from 198); Blue value is 127 (50% from 255 or 64.14% from 198); Max value from RGB is 127 - color contains mainly: blue. Hex color #1F287F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F287F is #E0D780. Grayscale: #2E2E2E. Windows color (decimal): -14735233 or 8333343. OLE color: 8333343.

HSL color Cylindrical-coordinate representation of color #1F287F: hue angle of 234.38º degrees, saturation: 0.61, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F287F is Cyan = 0.76, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB3140127-
CMYK0.760.6900.50
HSL234.38º60.76%30.98%-
HSV(B)234.38º75.59%49.8%-
XYZ5.153.3420.45-
YUV47.23173.02116.43-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.66%
GREEN value IS 40 (16.02% from 255) = 20.20%
BLUE value IS 127 (50% from 255) = 64.14%
R=15.66%
G=20.20%
B=64.14%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal31401270.760.6900.50234.3860.7630.98
Hex1F287F4C45032ea3d1f
Octal37501771141050623527537
Binary1111110100011111111001100100010101100101110101011110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F287F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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