#1B125C

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

Shades of Midnight Blue #1B125C

Tints of Midnight Blue #1B125C

Color information

#1B125C (or 0x1B125C) is unknown color: approx Midnight Blue. HEX triplet: 1B, 12 and 5C. RGB value is (27,18,92). Sum of RGB (Red+Green+Blue) = 27+18+92=137 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.71% from 137); Green value is 18 (7.42% from 255 or 13.14% from 137); Blue value is 92 (36.33% from 255 or 67.15% from 137); Max value from RGB is 92 - color contains mainly: blue. Hex color #1B125C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B125C is #E4EDA3. Grayscale: #1C1C1C. Windows color (decimal): -15003044 or 6033947. OLE color: 6033947.

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

Color convert

RGB271892-
CMYK0.710.8000.64
HSL247.3º67.27%21.57%-
HSV(B)247.3º80.43%36.08%-
XYZ2.61.4410.27-
YUV29.13163.48126.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.71%
GREEN value IS 18 (7.42% from 255) = 13.14%
BLUE value IS 92 (36.33% from 255) = 67.15%
R=19.71%
G=13.14%
B=67.15%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal2718920.710.8000.64247.367.2721.57
Hex1B125C4750040f74316
Octal3322134107120010036710326
Binary11011100101011100100011110100000100000011110111100001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B125C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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