#1B1977

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

Shades of Midnight Blue #1B1977

Tints of Midnight Blue #1B1977

Color information

#1B1977 (or 0x1B1977) is unknown color: approx Midnight Blue. HEX triplet: 1B, 19 and 77. RGB value is (27,25,119). Sum of RGB (Red+Green+Blue) = 27+25+119=171 (22% of max value = 765). Red value is 27 (10.94% from 255 or 15.79% from 171); Green value is 25 (10.16% from 255 or 14.62% from 171); Blue value is 119 (46.88% from 255 or 69.59% from 171); Max value from RGB is 119 - color contains mainly: blue. Hex color #1B1977 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1977 is #E4E688. Grayscale: #232323. Windows color (decimal): -15001225 or 7805211. OLE color: 7805211.

HSL color Cylindrical-coordinate representation of color #1B1977: hue angle of 241.28º degrees, saturation: 0.65, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #1B1977 is Cyan = 0.77, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2725119-
CMYK0.770.7900.53
HSL241.28º65.28%28.24%-
HSV(B)241.28º78.99%46.67%-
XYZ4.132.2617.67-
YUV36.31174.66121.36-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 15.79%
GREEN value IS 25 (10.16% from 255) = 14.62%
BLUE value IS 119 (46.88% from 255) = 69.59%
R=15.79%
G=14.62%
B=69.59%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal27251190.770.7900.53241.2865.2828.24
Hex1B19774D4F035f1411c
Octal333116711511706536110134
Binary1101111001111011110011011001111011010111110001100000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1977

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,25,119); }

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

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

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

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

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

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

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