#1F166E

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

Shades of Midnight Blue #1F166E

Tints of Midnight Blue #1F166E

Color information

#1F166E (or 0x1F166E) is unknown color: approx Midnight Blue. HEX triplet: 1F, 16 and 6E. RGB value is (31,22,110). Sum of RGB (Red+Green+Blue) = 31+22+110=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 22 (8.98% from 255 or 13.50% from 163); Blue value is 110 (43.36% from 255 or 67.48% from 163); Max value from RGB is 110 - color contains mainly: blue. Hex color #1F166E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F166E is #E0E991. Grayscale: #222222. Windows color (decimal): -14739858 or 7214623. OLE color: 7214623.

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

Color convert

RGB3122110-
CMYK0.720.800.57
HSL246.14º66.67%25.88%-
HSV(B)246.14º80%43.14%-
XYZ3.671.9914.94-
YUV34.72170.48125.34-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.02%
GREEN value IS 22 (8.98% from 255) = 13.50%
BLUE value IS 110 (43.36% from 255) = 67.48%
R=19.02%
G=13.50%
B=67.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.8
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31221100.720.800.57246.1466.6725.88
Hex1F166E4850039f6431a
Octal372615611012007136610332
Binary1111110110110111010010001010000011100111110110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F166E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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