#1F2D7C

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

Shades of Midnight Blue #1F2D7C

Tints of Midnight Blue #1F2D7C

Color information

#1F2D7C (or 0x1F2D7C) is unknown color: approx Midnight Blue. HEX triplet: 1F, 2D and 7C. RGB value is (31,45,124). Sum of RGB (Red+Green+Blue) = 31+45+124=200 (26% of max value = 765). Red value is 31 (12.5% from 255 or 15.5% from 200); Green value is 45 (17.97% from 255 or 22.5% from 200); Blue value is 124 (48.83% from 255 or 62% from 200); Max value from RGB is 124 - color contains mainly: blue. Hex color #1F2D7C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2D7C is #E0D283. Grayscale: #313131. Windows color (decimal): -14733956 or 8138015. OLE color: 8138015.

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

Color convert

RGB3145124-
CMYK0.750.6400.51
HSL230.97º60%30.39%-
HSV(B)230.97º75%48.63%-
XYZ5.143.6219.5-
YUV49.82169.86114.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 15.5%
GREEN value IS 45 (17.97% from 255) = 22.5%
BLUE value IS 124 (48.83% from 255) = 62%
R=15.5%
G=22.5%
B=62%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal31451240.750.6400.51230.976030.39
Hex1F2D7C4B40033e73c1e
Octal37551741131000633477436
Binary1111110110111111001001011100000001100111110011111110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2D7C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,45,124); }

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

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

 a { background-color: rgb(31,45,124); }

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

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

 span { border-color: rgb(31,45,124); }

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