#1B1B70

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

Shades of Midnight Blue #1B1B70

Tints of Midnight Blue #1B1B70

Color information

#1B1B70 (or 0x1B1B70) is unknown color: approx Midnight Blue. HEX triplet: 1B, 1B and 70. RGB value is (27,27,112). Sum of RGB (Red+Green+Blue) = 27+27+112=166 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.27% from 166); Green value is 27 (10.94% from 255 or 16.27% from 166); Blue value is 112 (44.14% from 255 or 67.47% from 166); Max value from RGB is 112 - color contains mainly: blue. Hex color #1B1B70 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B1B70 is #E4E48F. Grayscale: #242424. Windows color (decimal): -15000720 or 7346971. OLE color: 7346971.

HSL color Cylindrical-coordinate representation of color #1B1B70: hue angle of 240º degrees, saturation: 0.61, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B1B70 is Cyan = 0.76, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2727112-
CMYK0.760.7600.56
HSL240º61.15%27.25%-
HSV(B)240º75.89%43.92%-
XYZ3.772.1915.55-
YUV36.69170.5121.09-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.27%
GREEN value IS 27 (10.94% from 255) = 16.27%
BLUE value IS 112 (44.14% from 255) = 67.47%
R=16.27%
G=16.27%
B=67.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal27271120.760.7600.5624061.1527.25
Hex1B1B704C4C038f03d1b
Octal33331601141140703607533
Binary110111101111100001001100100110001110001111000011110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1B70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,27,112); }

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

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

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

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

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

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

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