#1B125D

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

Shades of Midnight Blue #1B125D

Tints of Midnight Blue #1B125D

Color information

#1B125D (or 0x1B125D) is unknown color: approx Midnight Blue. HEX triplet: 1B, 12 and 5D. RGB value is (27,18,93). Sum of RGB (Red+Green+Blue) = 27+18+93=138 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.57% from 138); Green value is 18 (7.42% from 255 or 13.04% from 138); Blue value is 93 (36.72% from 255 or 67.39% from 138); Max value from RGB is 93 - color contains mainly: blue. Hex color #1B125D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B125D is #E4EDA2. Grayscale: #1C1C1C. Windows color (decimal): -15003043 or 6099483. OLE color: 6099483.

HSL color Cylindrical-coordinate representation of color #1B125D: hue angle of 247.2º degrees, saturation: 0.68, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B125D is Cyan = 0.71, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB271893-
CMYK0.710.8100.64
HSL247.2º67.57%21.76%-
HSV(B)247.2º80.65%36.47%-
XYZ2.641.4610.5-
YUV29.24163.98126.4-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.57%
GREEN value IS 18 (7.42% from 255) = 13.04%
BLUE value IS 93 (36.72% from 255) = 67.39%
R=19.57%
G=13.04%
B=67.39%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2718930.710.8100.64247.267.5721.76
Hex1B125D4751040f74416
Octal3322135107121010036710426
Binary11011100101011101100011110100010100000011110111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B125D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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