#1F296B

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

Shades of Midnight Blue #1F296B

Tints of Midnight Blue #1F296B

Color information

#1F296B (or 0x1F296B) is unknown color: approx Midnight Blue. HEX triplet: 1F, 29 and 6B. RGB value is (31,41,107). Sum of RGB (Red+Green+Blue) = 31+41+107=179 (23% of max value = 765). Red value is 31 (12.5% from 255 or 17.32% from 179); Green value is 41 (16.41% from 255 or 22.91% from 179); Blue value is 107 (42.19% from 255 or 59.78% from 179); Max value from RGB is 107 - color contains mainly: blue. Hex color #1F296B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1F296B is #E0D694. Grayscale: #2D2D2D. Windows color (decimal): -14734997 or 7022879. OLE color: 7022879.

HSL color Cylindrical-coordinate representation of color #1F296B: hue angle of 232.11º 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 #1F296B is Cyan = 0.71, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB3141107-
CMYK0.710.6200.58
HSL232.11º55.07%27.06%-
HSV(B)232.11º71.03%41.96%-
XYZ4.012.9414.27-
YUV45.53162.69117.63-

RGB Variations

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

RGB

RED value IS 31 (12.5% from 255) = 17.32%
GREEN value IS 41 (16.41% from 255) = 22.91%
BLUE value IS 107 (42.19% from 255) = 59.78%
R=17.32%
G=22.91%
B=59.78%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal31411070.710.6200.58232.1155.0727.06
Hex1F296B473E03Ae8371b
Octal3751153107760723506733
Binary111111010011101011100011111111001110101110100011011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1F296B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(31,41,107); }

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

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

 a { background-color: rgb(31,41,107); }

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

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

 span { border-color: rgb(31,41,107); }

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