#1F2278

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

Shades of Midnight Blue #1F2278

Tints of Midnight Blue #1F2278

Color information

#1F2278 (or 0x1F2278) is unknown color: approx Midnight Blue. HEX triplet: 1F, 22 and 78. RGB value is (31,34,120). Sum of RGB (Red+Green+Blue) = 31+34+120=185 (24% of max value = 765). Red value is 31 (12.5% from 255 or 16.76% from 185); Green value is 34 (13.67% from 255 or 18.38% from 185); Blue value is 120 (47.27% from 255 or 64.86% from 185); Max value from RGB is 120 - color contains mainly: blue. Hex color #1F2278 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2278 is #E0DD87. Grayscale: #2A2A2A. Windows color (decimal): -14736776 or 7873055. OLE color: 7873055.

HSL color Cylindrical-coordinate representation of color #1F2278: hue angle of 237.98º degrees, saturation: 0.59, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1F2278 is Cyan = 0.74, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB3134120-
CMYK0.740.7200.53
HSL237.98º58.94%29.61%-
HSV(B)237.98º74.17%47.06%-
XYZ4.532.7918.07-
YUV42.91171.51119.51-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 16.76%
GREEN value IS 34 (13.67% from 255) = 18.38%
BLUE value IS 120 (47.27% from 255) = 64.86%
R=16.76%
G=18.38%
B=64.86%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal31341200.740.7200.53237.9858.9429.61
Hex1F22784A48035ee3b1e
Octal37421701121100653567336
Binary1111110001011110001001010100100001101011110111011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,34,120); }

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

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

 a { background-color: rgb(31,34,120); }

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

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

 span { border-color: rgb(31,34,120); }

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