#1F106C

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

Shades of Midnight Blue #1F106C

Tints of Midnight Blue #1F106C

Color information

#1F106C (or 0x1F106C) is unknown color: approx Midnight Blue. HEX triplet: 1F, 10 and 6C. RGB value is (31,16,108). Sum of RGB (Red+Green+Blue) = 31+16+108=155 (20% of max value = 765). Red value is 31 (12.5% from 255 or 20% from 155); Green value is 16 (6.64% from 255 or 10.32% from 155); Blue value is 108 (42.58% from 255 or 69.68% from 155); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F106C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1F106C is #E0EF93. Grayscale: #1E1E1E. Windows color (decimal): -14741396 or 7082015. OLE color: 7082015.

HSL color Cylindrical-coordinate representation of color #1F106C: hue angle of 249.78º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1F106C is Cyan = 0.71, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3116108-
CMYK0.710.8500.58
HSL249.78º74.19%24.31%-
HSV(B)249.78º85.19%42.35%-
XYZ3.461.7414.34-
YUV30.97171.47128.02-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 20%
GREEN value IS 16 (6.64% from 255) = 10.32%
BLUE value IS 108 (42.58% from 255) = 69.68%
R=20%
G=10.32%
B=69.68%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31161080.710.8500.58249.7874.1924.31
Hex1F106C475503Afa4a18
Octal372015410712507237211230
Binary1111110000110110010001111010101011101011111010100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F106C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,16,108); }

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

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

 a { background-color: rgb(31,16,108); }

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

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

 span { border-color: rgb(31,16,108); }

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