#1F145F

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

Shades of Midnight Blue #1F145F

Tints of Midnight Blue #1F145F

Color information

#1F145F (or 0x1F145F) is unknown color: approx Midnight Blue. HEX triplet: 1F, 14 and 5F. RGB value is (31,20,95). Sum of RGB (Red+Green+Blue) = 31+20+95=146 (19% of max value = 765). Red value is 31 (12.5% from 255 or 21.23% from 146); Green value is 20 (8.20% from 255 or 13.70% from 146); Blue value is 95 (37.5% from 255 or 65.07% from 146); Max value from RGB is 95 - color contains mainly: blue. Hex color #1F145F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F145F is #E0EBA0. Grayscale: #1F1F1F. Windows color (decimal): -14740385 or 6231071. OLE color: 6231071.

HSL color Cylindrical-coordinate representation of color #1F145F: hue angle of 248.8º degrees, saturation: 0.65, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1F145F is Cyan = 0.67, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB312095-
CMYK0.670.7900.63
HSL248.8º65.22%22.55%-
HSV(B)248.8º78.95%37.25%-
XYZ2.881.6210.99-
YUV31.84163.64127.4-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 21.23%
GREEN value IS 20 (8.20% from 255) = 13.70%
BLUE value IS 95 (37.5% from 255) = 65.07%
R=21.23%
G=13.70%
B=65.07%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal3120950.670.7900.63248.865.2222.55
Hex1F145F434F03Ff94117
Octal372413710311707737110127
Binary1111110100101111110000111001111011111111111001100000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F145F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,20,95); }

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

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

 a { background-color: rgb(31,20,95); }

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

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

 span { border-color: rgb(31,20,95); }

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