#1F1968

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

Shades of Midnight Blue #1F1968

Tints of Midnight Blue #1F1968

Color information

#1F1968 (or 0x1F1968) is unknown color: approx Midnight Blue. HEX triplet: 1F, 19 and 68. RGB value is (31,25,104). Sum of RGB (Red+Green+Blue) = 31+25+104=160 (21% of max value = 765). Red value is 31 (12.5% from 255 or 19.38% from 160); Green value is 25 (10.16% from 255 or 15.62% from 160); Blue value is 104 (41.02% from 255 or 65% from 160); Max value from RGB is 104 - color contains mainly: blue. Hex color #1F1968 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F1968 is #E0E697. Grayscale: #232323. Windows color (decimal): -14739096 or 6822175. OLE color: 6822175.

HSL color Cylindrical-coordinate representation of color #1F1968: hue angle of 244.56º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1F1968 is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB3125104-
CMYK0.700.7600.59
HSL244.56º61.24%25.29%-
HSV(B)244.56º75.96%40.78%-
XYZ3.411.9913.3-
YUV35.8166.49124.58-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 19.38%
GREEN value IS 25 (10.16% from 255) = 15.62%
BLUE value IS 104 (41.02% from 255) = 65%
R=19.38%
G=15.62%
B=65%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal31251040.700.7600.59244.5661.2425.29
Hex1F1968464C03Bf53d19
Octal37311501061140733657531
Binary111111100111010001000110100110001110111111010111110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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