#1B086A

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

Shades of Midnight Blue #1B086A

Tints of Midnight Blue #1B086A

Color information

#1B086A (or 0x1B086A) is unknown color: approx Midnight Blue. HEX triplet: 1B, 08 and 6A. RGB value is (27,8,106). Sum of RGB (Red+Green+Blue) = 27+8+106=141 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.15% from 141); Green value is 8 (3.52% from 255 or 5.67% from 141); Blue value is 106 (41.80% from 255 or 75.18% from 141); Max value from RGB is 106 - color contains mainly: blue. Hex color #1B086A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B086A is #E4F795. Grayscale: #181818. Windows color (decimal): -15005590 or 6948891. OLE color: 6948891.

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

Color convert

RGB278106-
CMYK0.750.9200.58
HSL251.63º85.96%22.35%-
HSV(B)251.63º92.45%41.57%-
XYZ3.141.4513.75-
YUV24.85173.79129.53-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.15%
GREEN value IS 8 (3.52% from 255) = 5.67%
BLUE value IS 106 (41.80% from 255) = 75.18%
R=19.15%
G=5.67%
B=75.18%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2781060.750.9200.58251.6385.9622.35
Hex1B86A4B5C03Afc5616
Octal331015211313407237412626
Binary110111000110101010010111011100011101011111100101011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B086A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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