#1F287D

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

Shades of Midnight Blue #1F287D

Tints of Midnight Blue #1F287D

Color information

#1F287D (or 0x1F287D) is unknown color: approx Midnight Blue. HEX triplet: 1F, 28 and 7D. RGB value is (31,40,125). Sum of RGB (Red+Green+Blue) = 31+40+125=196 (25% of max value = 765). Red value is 31 (12.5% from 255 or 15.82% from 196); Green value is 40 (16.02% from 255 or 20.41% from 196); Blue value is 125 (49.22% from 255 or 63.78% from 196); Max value from RGB is 125 - color contains mainly: blue. Hex color #1F287D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F287D is #E0D782. Grayscale: #2E2E2E. Windows color (decimal): -14735235 or 8202271. OLE color: 8202271.

HSL color Cylindrical-coordinate representation of color #1F287D: hue angle of 234.26º degrees, saturation: 0.6, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #1F287D is Cyan = 0.75, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB3140125-
CMYK0.750.6800.51
HSL234.26º60.26%30.59%-
HSV(B)234.26º75.2%49.02%-
XYZ5.033.2919.77-
YUV47172.02116.59-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.82%
GREEN value IS 40 (16.02% from 255) = 20.41%
BLUE value IS 125 (49.22% from 255) = 63.78%
R=15.82%
G=20.41%
B=63.78%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31401250.750.6800.51234.2660.2630.59
Hex1F287D4B44033ea3c1f
Octal37501751131040633527437
Binary1111110100011111011001011100010001100111110101011110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F287D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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