#1B125F

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

Shades of Midnight Blue #1B125F

Tints of Midnight Blue #1B125F

Color information

#1B125F (or 0x1B125F) is unknown color: approx Midnight Blue. HEX triplet: 1B, 12 and 5F. RGB value is (27,18,95). Sum of RGB (Red+Green+Blue) = 27+18+95=140 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.29% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 95 (37.5% from 255 or 67.86% from 140); Max value from RGB is 95 - color contains mainly: blue. Hex color #1B125F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B125F is #E4EDA0. Grayscale: #1D1D1D. Windows color (decimal): -15003041 or 6230555. OLE color: 6230555.

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

Color convert

RGB271895-
CMYK0.720.8100.63
HSL247.01º68.14%22.16%-
HSV(B)247.01º81.05%37.25%-
XYZ2.731.4910.97-
YUV29.47164.98126.24-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.29%
GREEN value IS 18 (7.42% from 255) = 12.86%
BLUE value IS 95 (37.5% from 255) = 67.86%
R=19.29%
G=12.86%
B=67.86%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal2718950.720.8100.63247.0168.1422.16
Hex1B125F485103Ff74416
Octal332213711012107736710426
Binary1101110010101111110010001010001011111111110111100010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B125F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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