#1B026B

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

Shades of Midnight Blue #1B026B

Tints of Midnight Blue #1B026B

Color information

#1B026B (or 0x1B026B) is unknown color: approx Midnight Blue. HEX triplet: 1B, 02 and 6B. RGB value is (27,2,107). Sum of RGB (Red+Green+Blue) = 27+2+107=136 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.85% from 136); Green value is 2 (1.17% from 255 or 1.47% from 136); Blue value is 107 (42.19% from 255 or 78.68% from 136); Max value from RGB is 107 - color contains mainly: blue. Hex color #1B026B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B026B is #E4FD94. Grayscale: #151515. Windows color (decimal): -15007125 or 7012891. OLE color: 7012891.

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

Color convert

RGB272107-
CMYK0.750.9800.58
HSL254.29º96.33%21.37%-
HSV(B)254.29º98.13%41.96%-
XYZ3.131.3414-
YUV21.44176.28131.96-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.85%
GREEN value IS 2 (1.17% from 255) = 1.47%
BLUE value IS 107 (42.19% from 255) = 78.68%
R=19.85%
G=1.47%
B=78.68%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2721070.750.9800.58254.2996.3321.37
Hex1B26B4B6203Afe6015
Octal33215311314207237614025
Binary1101110110101110010111100010011101011111110110000010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B026B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,2,107); }

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

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

 a { background-color: rgb(27,2,107); }

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

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

 span { border-color: rgb(27,2,107); }

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