#1B016C

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

Shades of Midnight Blue #1B016C

Tints of Midnight Blue #1B016C

Color information

#1B016C (or 0x1B016C) is unknown color: approx Midnight Blue. HEX triplet: 1B, 01 and 6C. RGB value is (27,1,108). Sum of RGB (Red+Green+Blue) = 27+1+108=136 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.85% from 136); Green value is 1 (0.78% from 255 or 0.74% from 136); Blue value is 108 (42.58% from 255 or 79.41% from 136); Max value from RGB is 108 - color contains mainly: blue. Hex color #1B016C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B016C is #E4FE93. Grayscale: #141414. Windows color (decimal): -15007380 or 7078171. OLE color: 7078171.

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

Color convert

RGB271108-
CMYK0.750.9900.58
HSL254.58º98.17%21.37%-
HSV(B)254.58º99.07%42.35%-
XYZ3.171.3414.28-
YUV20.97177.11132.3-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.85%
GREEN value IS 1 (0.78% from 255) = 0.74%
BLUE value IS 108 (42.58% from 255) = 79.41%
R=19.85%
G=0.74%
B=79.41%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal2711080.750.9900.58254.5898.1721.37
Hex1B16C4B6303Aff6215
Octal33115411314307237714225
Binary110111110110010010111100011011101011111111110001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B016C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,1,108); }

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

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

 a { background-color: rgb(27,1,108); }

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

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

 span { border-color: rgb(27,1,108); }

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