#1B2972

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

Shades of Midnight Blue #1B2972

Tints of Midnight Blue #1B2972

Color information

#1B2972 (or 0x1B2972) is unknown color: approx Midnight Blue. HEX triplet: 1B, 29 and 72. RGB value is (27,41,114). Sum of RGB (Red+Green+Blue) = 27+41+114=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 41 (16.41% from 255 or 22.53% from 182); Blue value is 114 (44.92% from 255 or 62.64% from 182); Max value from RGB is 114 - color contains mainly: blue. Hex color #1B2972 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B2972 is #E4D68D. Grayscale: #2C2C2C. Windows color (decimal): -14997134 or 7481627. OLE color: 7481627.

HSL color Cylindrical-coordinate representation of color #1B2972: hue angle of 230.34º degrees, saturation: 0.62, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B2972 is Cyan = 0.76, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2741114-
CMYK0.760.6400.55
HSL230.34º61.7%27.65%-
HSV(B)230.34º76.32%44.71%-
XYZ4.283.0316.28-
YUV45.14166.86115.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.84%
GREEN value IS 41 (16.41% from 255) = 22.53%
BLUE value IS 114 (44.92% from 255) = 62.64%
R=14.84%
G=22.53%
B=62.64%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal27411140.760.6400.55230.3461.727.65
Hex1B29724C40037e63e1c
Octal33511621141000673467634
Binary1101110100111100101001100100000001101111110011011111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B2972

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,41,114); }

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

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

 a { background-color: rgb(27,41,114); }

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

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

 span { border-color: rgb(27,41,114); }

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