#1B127C

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

Shades of Midnight Blue #1B127C

Tints of Midnight Blue #1B127C

Color information

#1B127C (or 0x1B127C) is unknown color: approx Midnight Blue. HEX triplet: 1B, 12 and 7C. RGB value is (27,18,124). Sum of RGB (Red+Green+Blue) = 27+18+124=169 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.98% from 169); Green value is 18 (7.42% from 255 or 10.65% from 169); Blue value is 124 (48.83% from 255 or 73.37% from 169); Max value from RGB is 124 - color contains mainly: blue. Hex color #1B127C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B127C is #E4ED83. Grayscale: #202020. Windows color (decimal): -15003012 or 8131099. OLE color: 8131099.

HSL color Cylindrical-coordinate representation of color #1B127C: hue angle of 245.09º degrees, saturation: 0.75, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #1B127C is Cyan = 0.78, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB2718124-
CMYK0.780.8500.51
HSL245.09º74.65%27.84%-
HSV(B)245.09º85.48%48.63%-
XYZ4.312.1219.25-
YUV32.78179.48123.88-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.98%
GREEN value IS 18 (7.42% from 255) = 10.65%
BLUE value IS 124 (48.83% from 255) = 73.37%
R=15.98%
G=10.65%
B=73.37%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal27181240.780.8500.51245.0974.6527.84
Hex1B127C4E55033f54b1c
Octal332217411612506336511334
Binary1101110010111110010011101010101011001111110101100101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B127C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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