#1F1A63

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

Shades of Midnight Blue #1F1A63

Tints of Midnight Blue #1F1A63

Color information

#1F1A63 (or 0x1F1A63) is unknown color: approx Midnight Blue. HEX triplet: 1F, 1A and 63. RGB value is (31,26,99). Sum of RGB (Red+Green+Blue) = 31+26+99=156 (20% of max value = 765). Red value is 31 (12.5% from 255 or 19.87% from 156); Green value is 26 (10.55% from 255 or 16.67% from 156); Blue value is 99 (39.06% from 255 or 63.46% from 156); Max value from RGB is 99 - color contains mainly: blue. Hex color #1F1A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1A63 is #E0E59C. Grayscale: #232323. Windows color (decimal): -14738845 or 6494751. OLE color: 6494751.

HSL color Cylindrical-coordinate representation of color #1F1A63: hue angle of 244.11º degrees, saturation: 0.58, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F1A63 is Cyan = 0.69, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB312699-
CMYK0.690.7400.61
HSL244.11º58.4%24.51%-
HSV(B)244.11º73.74%38.82%-
XYZ3.191.9312.01-
YUV35.82163.66124.56-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.87%
GREEN value IS 26 (10.55% from 255) = 16.67%
BLUE value IS 99 (39.06% from 255) = 63.46%
R=19.87%
G=16.67%
B=63.46%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal3126990.690.7400.61244.1158.424.51
Hex1F1A63454A03Df43a19
Octal37321431051120753647231
Binary111111101011000111000101100101001111011111010011101011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,26,99); }

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

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

 a { background-color: rgb(31,26,99); }

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

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

 span { border-color: rgb(31,26,99); }

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