#1B0271

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

Shades of Midnight Blue #1B0271

Tints of Midnight Blue #1B0271

Color information

#1B0271 (or 0x1B0271) is unknown color: approx Midnight Blue. HEX triplet: 1B, 02 and 71. RGB value is (27,2,113). Sum of RGB (Red+Green+Blue) = 27+2+113=142 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.01% from 142); Green value is 2 (1.17% from 255 or 1.41% from 142); Blue value is 113 (44.53% from 255 or 79.58% from 142); Max value from RGB is 113 - color contains mainly: blue. Hex color #1B0271 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0271 is #E4FD8E. Grayscale: #151515. Windows color (decimal): -15007119 or 7406107. OLE color: 7406107.

HSL color Cylindrical-coordinate representation of color #1B0271: hue angle of 253.51º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #1B0271 is Cyan = 0.76, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB272113-
CMYK0.760.9800.56
HSL253.51º96.52%22.55%-
HSV(B)253.51º98.23%44.31%-
XYZ3.451.4715.72-
YUV22.13179.28131.47-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.01%
GREEN value IS 2 (1.17% from 255) = 1.41%
BLUE value IS 113 (44.53% from 255) = 79.58%
R=19.01%
G=1.41%
B=79.58%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2721130.760.9800.56253.5196.5222.55
Hex1B2714C62038fe6117
Octal33216111414207037614127
Binary1101110111000110011001100010011100011111110110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0271

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,2,113); }

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

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

 a { background-color: rgb(27,2,113); }

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

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

 span { border-color: rgb(27,2,113); }

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