#1F2361

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

Shades of Midnight Blue #1F2361

Tints of Midnight Blue #1F2361

Color information

#1F2361 (or 0x1F2361) is unknown color: approx Midnight Blue. HEX triplet: 1F, 23 and 61. RGB value is (31,35,97). Sum of RGB (Red+Green+Blue) = 31+35+97=163 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.02% from 163); Green value is 35 (14.06% from 255 or 21.47% from 163); Blue value is 97 (38.28% from 255 or 59.51% from 163); Max value from RGB is 97 - color contains mainly: blue. Hex color #1F2361 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2361 is #E0DC9E. Grayscale: #282828. Windows color (decimal): -14736543 or 6365983. OLE color: 6365983.

HSL color Cylindrical-coordinate representation of color #1F2361: hue angle of 236.36º degrees, saturation: 0.52, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #1F2361 is Cyan = 0.68, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB313597-
CMYK0.680.6400.62
HSL236.36º51.56%25.1%-
HSV(B)236.36º68.04%38.04%-
XYZ3.322.3611.59-
YUV40.87159.67120.96-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.02%
GREEN value IS 35 (14.06% from 255) = 21.47%
BLUE value IS 97 (38.28% from 255) = 59.51%
R=19.02%
G=21.47%
B=59.51%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal3135970.680.6400.62236.3651.5625.1
Hex1F2361444003Eec3419
Octal37431411041000763546431
Binary1111110001111000011000100100000001111101110110011010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2361

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,35,97); }

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

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

 a { background-color: rgb(31,35,97); }

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

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

 span { border-color: rgb(31,35,97); }

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