#1F1A6C

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

Shades of Midnight Blue #1F1A6C

Tints of Midnight Blue #1F1A6C

Color information

#1F1A6C (or 0x1F1A6C) is unknown color: approx Midnight Blue. HEX triplet: 1F, 1A and 6C. RGB value is (31,26,108). Sum of RGB (Red+Green+Blue) = 31+26+108=165 (21% of max value = 765). Red value is 31 (12.5% from 255 or 18.79% from 165); Green value is 26 (10.55% from 255 or 15.76% from 165); Blue value is 108 (42.58% from 255 or 65.45% from 165); Max value from RGB is 108 - color contains mainly: blue. Hex color #1F1A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F1A6C is #E0E593. Grayscale: #242424. Windows color (decimal): -14738836 or 7084575. OLE color: 7084575.

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

Color convert

RGB3126108-
CMYK0.710.7600.58
HSL243.66º61.19%26.27%-
HSV(B)243.66º75.93%42.35%-
XYZ3.642.1114.4-
YUV36.84168.16123.83-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 18.79%
GREEN value IS 26 (10.55% from 255) = 15.76%
BLUE value IS 108 (42.58% from 255) = 65.45%
R=18.79%
G=15.76%
B=65.45%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31261080.710.7600.58243.6661.1926.27
Hex1F1A6C474C03Af43d1a
Octal37321541071140723647532
Binary111111101011011001000111100110001110101111010011110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F1A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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