#1F2368

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

Shades of Midnight Blue #1F2368

Tints of Midnight Blue #1F2368

Color information

#1F2368 (or 0x1F2368) is unknown color: approx Midnight Blue. HEX triplet: 1F, 23 and 68. RGB value is (31,35,104). Sum of RGB (Red+Green+Blue) = 31+35+104=170 (22% of max value = 765). Red value is 31 (12.5% from 255 or 18.24% from 170); Green value is 35 (14.06% from 255 or 20.59% from 170); Blue value is 104 (41.02% from 255 or 61.18% from 170); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F2368 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F2368 is #E0DC97. Grayscale: #292929. Windows color (decimal): -14736536 or 6824735. OLE color: 6824735.

HSL color Cylindrical-coordinate representation of color #1F2368: hue angle of 236.71º degrees, saturation: 0.54, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #1F2368 is Cyan = 0.70, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3135104-
CMYK0.700.6600.59
HSL236.71º54.07%26.47%-
HSV(B)236.71º70.19%40.78%-
XYZ3.662.4913.38-
YUV41.67163.17120.39-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.24%
GREEN value IS 35 (14.06% from 255) = 20.59%
BLUE value IS 104 (41.02% from 255) = 61.18%
R=18.24%
G=20.59%
B=61.18%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31351040.700.6600.59236.7154.0726.47
Hex1F2368464203Bed361a
Octal37431501061020733556632
Binary1111110001111010001000110100001001110111110110111011011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F2368

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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