#1F1473

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

Shades of Midnight Blue #1F1473

Tints of Midnight Blue #1F1473

Color information

#1F1473 (or 0x1F1473) is unknown color: approx Midnight Blue. HEX triplet: 1F, 14 and 73. RGB value is (31,20,115). Sum of RGB (Red+Green+Blue) = 31+20+115=166 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.67% from 166); Green value is 20 (8.20% from 255 or 12.05% from 166); Blue value is 115 (45.31% from 255 or 69.28% from 166); Max value from RGB is 115 - color contains mainly: blue. Hex color #1F1473 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1473 is #E0EB8C. Grayscale: #212121. Windows color (decimal): -14740365 or 7541791. OLE color: 7541791.

HSL color Cylindrical-coordinate representation of color #1F1473: hue angle of 246.95º degrees, saturation: 0.7, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #1F1473 is Cyan = 0.73, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB3120115-
CMYK0.730.8300.55
HSL246.95º70.37%26.47%-
HSV(B)246.95º82.61%45.1%-
XYZ3.912.0316.41-
YUV34.12173.64125.78-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.67%
GREEN value IS 20 (8.20% from 255) = 12.05%
BLUE value IS 115 (45.31% from 255) = 69.28%
R=18.67%
G=12.05%
B=69.28%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal31201150.730.8300.55246.9570.3726.47
Hex1F14734953037f7461a
Octal372416311112306736710632
Binary1111110100111001110010011010011011011111110111100011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1473

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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