#1B146A

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

Shades of Midnight Blue #1B146A

Tints of Midnight Blue #1B146A

Color information

#1B146A (or 0x1B146A) is unknown color: approx Midnight Blue. HEX triplet: 1B, 14 and 6A. RGB value is (27,20,106). Sum of RGB (Red+Green+Blue) = 27+20+106=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 20 (8.20% from 255 or 13.07% from 153); Blue value is 106 (41.80% from 255 or 69.28% from 153); Max value from RGB is 106 - color contains mainly: blue. Hex color #1B146A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B146A is #E4EB95. Grayscale: #1F1F1F. Windows color (decimal): -15002518 or 6951963. OLE color: 6951963.

HSL color Cylindrical-coordinate representation of color #1B146A: hue angle of 244.88º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B146A is Cyan = 0.75, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB2720106-
CMYK0.750.8100.58
HSL244.88º68.25%24.71%-
HSV(B)244.88º81.13%41.57%-
XYZ3.31.7713.8-
YUV31.9169.82124.51-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.65%
GREEN value IS 20 (8.20% from 255) = 13.07%
BLUE value IS 106 (41.80% from 255) = 69.28%
R=17.65%
G=13.07%
B=69.28%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal27201060.750.8100.58244.8868.2524.71
Hex1B146A4B5103Af54419
Octal332415211312107236510431
Binary1101110100110101010010111010001011101011110101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B146A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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