#1F146E

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

Shades of Midnight Blue #1F146E

Tints of Midnight Blue #1F146E

Color information

#1F146E (or 0x1F146E) is unknown color: approx Midnight Blue. HEX triplet: 1F, 14 and 6E. RGB value is (31,20,110). Sum of RGB (Red+Green+Blue) = 31+20+110=161 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.25% from 161); Green value is 20 (8.20% from 255 or 12.42% from 161); Blue value is 110 (43.36% from 255 or 68.32% from 161); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F146E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F146E is #E0EB91. Grayscale: #212121. Windows color (decimal): -14740370 or 7214111. OLE color: 7214111.

HSL color Cylindrical-coordinate representation of color #1F146E: hue angle of 247.33º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #1F146E is Cyan = 0.72, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3120110-
CMYK0.720.8200.57
HSL247.33º69.23%25.49%-
HSV(B)247.33º81.82%43.14%-
XYZ3.631.9214.93-
YUV33.55171.14126.18-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.25%
GREEN value IS 20 (8.20% from 255) = 12.42%
BLUE value IS 110 (43.36% from 255) = 68.32%
R=19.25%
G=12.42%
B=68.32%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31201100.720.8200.57247.3369.2325.49
Hex1F146E4852039f74519
Octal372415611012207136710531
Binary1111110100110111010010001010010011100111110111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F146E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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