#1F266A

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

Shades of Midnight Blue #1F266A

Tints of Midnight Blue #1F266A

Color information

#1F266A (or 0x1F266A) is unknown color: approx Midnight Blue. HEX triplet: 1F, 26 and 6A. RGB value is (31,38,106). Sum of RGB (Red+Green+Blue) = 31+38+106=175 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.71% from 175); Green value is 38 (15.23% from 255 or 21.71% from 175); Blue value is 106 (41.80% from 255 or 60.57% from 175); Max value from RGB is 106 - color contains mainly: blue. Hex color #1F266A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F266A is #E0D995. Grayscale: #2B2B2B. Windows color (decimal): -14735766 or 6956575. OLE color: 6956575.

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

Color convert

RGB3138106-
CMYK0.710.6400.58
HSL234.4º54.74%26.86%-
HSV(B)234.4º70.75%41.57%-
XYZ3.862.7213.96-
YUV43.66163.18118.97-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.71%
GREEN value IS 38 (15.23% from 255) = 21.71%
BLUE value IS 106 (41.80% from 255) = 60.57%
R=17.71%
G=21.71%
B=60.57%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31381060.710.6400.58234.454.7426.86
Hex1F266A474003Aea371b
Octal37461521071000723526733
Binary1111110011011010101000111100000001110101110101011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F266A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,38,106); }

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

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

 a { background-color: rgb(31,38,106); }

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

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

 span { border-color: rgb(31,38,106); }

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