#1B1961

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

Shades of Midnight Blue #1B1961

Tints of Midnight Blue #1B1961

Color information

#1B1961 (or 0x1B1961) is unknown color: approx Midnight Blue. HEX triplet: 1B, 19 and 61. RGB value is (27,25,97). Sum of RGB (Red+Green+Blue) = 27+25+97=149 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.12% from 149); Green value is 25 (10.16% from 255 or 16.78% from 149); Blue value is 97 (38.28% from 255 or 65.10% from 149); Max value from RGB is 97 - color contains mainly: blue. Hex color #1B1961 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1961 is #E4E69E. Grayscale: #212121. Windows color (decimal): -15001247 or 6363419. OLE color: 6363419.

HSL color Cylindrical-coordinate representation of color #1B1961: hue angle of 241.67º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #1B1961 is Cyan = 0.72, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB272597-
CMYK0.720.7400.62
HSL241.67º59.02%23.92%-
HSV(B)241.67º74.23%38.04%-
XYZ2.961.7911.5-
YUV33.81163.66123.15-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.12%
GREEN value IS 25 (10.16% from 255) = 16.78%
BLUE value IS 97 (38.28% from 255) = 65.10%
R=18.12%
G=16.78%
B=65.10%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal2725970.720.7400.62241.6759.0223.92
Hex1B1961484A03Ef23b18
Octal33311411101120763627330
Binary110111100111000011001000100101001111101111001011101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1961

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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