#1b1468

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

Shades of Midnight Blue #1B1468

Tints of Midnight Blue #1B1468

Color information

#1B1468 (or 0x1B1468) is unknown color: approx Midnight Blue. HEX triplet: 1B, 14 and 68. RGB value is (27,20,104). Sum of RGB (Red+Green+Blue) = 27+20+104=151 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.88% from 151); Green value is 20 (8.20% from 255 or 13.25% from 151); Blue value is 104 (41.02% from 255 or 68.87% from 151); Max value from RGB is 104 - color contains mainly: blue. Hex color #1B1468 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1468 is #E4EB97. Grayscale: #1F1F1F. Windows color (decimal): -15002520 or 6820891. OLE color: 6820891.

HSL color Cylindrical-coordinate representation of color #1B1468: hue angle of 245º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B1468 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2720104-
CMYK0.740.8100.59
HSL245º67.74%24.31%-
HSV(B)245º80.77%40.78%-
XYZ3.21.7313.26-
YUV31.67168.82124.67-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.88%
GREEN value IS 20 (8.20% from 255) = 13.25%
BLUE value IS 104 (41.02% from 255) = 68.87%
R=17.88%
G=13.25%
B=68.87%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal27201040.740.8100.5924567.7424.31
Hex1B14684A5103Bf54418
Octal332415011212107336510430
Binary1101110100110100010010101010001011101111110101100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1b1468

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,20,104); }

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

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

 a { background-color: rgb(27,20,104); }

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

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

 span { border-color: rgb(27,20,104); }

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