#1b1280

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

Shades of Midnight Blue #1B1280

Tints of Midnight Blue #1B1280

Color information

#1B1280 (or 0x1B1280) is unknown color: approx Midnight Blue. HEX triplet: 1B, 12 and 80. RGB value is (27,18,128). Sum of RGB (Red+Green+Blue) = 27+18+128=173 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.61% from 173); Green value is 18 (7.42% from 255 or 10.40% from 173); Blue value is 128 (50.39% from 255 or 73.99% from 173); Max value from RGB is 128 - color contains mainly: blue. Hex color #1B1280 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1280 is #E4ED7F. Grayscale: #202020. Windows color (decimal): -15003008 or 8393243. OLE color: 8393243.

HSL color Cylindrical-coordinate representation of color #1B1280: hue angle of 244.91º degrees, saturation: 0.75, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #1B1280 is Cyan = 0.79, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2718128-
CMYK0.790.8600.50
HSL244.91º75.34%28.63%-
HSV(B)244.91º85.94%50.2%-
XYZ4.562.2220.61-
YUV33.23181.48123.56-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.61%
GREEN value IS 18 (7.42% from 255) = 10.40%
BLUE value IS 128 (50.39% from 255) = 73.99%
R=15.61%
G=10.40%
B=73.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.86
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal27181280.790.8600.50244.9175.3428.63
Hex1B12804F56032f54b1d
Octal332220011712606236511335
Binary11011100101000000010011111010110011001011110101100101111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b1280

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,18,128); }

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

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

 a { background-color: rgb(27,18,128); }

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

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

 span { border-color: rgb(27,18,128); }

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