#1F266D

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

Shades of Midnight Blue #1F266D

Tints of Midnight Blue #1F266D

Color information

#1F266D (or 0x1F266D) is unknown color: approx Midnight Blue. HEX triplet: 1F, 26 and 6D. RGB value is (31,38,109). Sum of RGB (Red+Green+Blue) = 31+38+109=178 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.42% from 178); Green value is 38 (15.23% from 255 or 21.35% from 178); Blue value is 109 (42.97% from 255 or 61.24% from 178); Max value from RGB is 109 - color contains mainly: blue. Hex color #1F266D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F266D is #E0D992. Grayscale: #2B2B2B. Windows color (decimal): -14735763 or 7153183. OLE color: 7153183.

HSL color Cylindrical-coordinate representation of color #1F266D: hue angle of 234.62º degrees, saturation: 0.56, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #1F266D is Cyan = 0.72, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB3138109-
CMYK0.720.6500.57
HSL234.62º55.71%27.45%-
HSV(B)234.62º71.56%42.75%-
XYZ4.022.7814.79-
YUV44164.68118.73-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.42%
GREEN value IS 38 (15.23% from 255) = 21.35%
BLUE value IS 109 (42.97% from 255) = 61.24%
R=17.42%
G=21.35%
B=61.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal31381090.720.6500.57234.6255.7127.45
Hex1F266D4841039eb381b
Octal37461551101010713537033
Binary1111110011011011011001000100000101110011110101111100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F266D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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