#1B1982

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

Shades of Midnight Blue #1B1982

Tints of Midnight Blue #1B1982

Color information

#1B1982 (or 0x1B1982) is unknown color: approx Midnight Blue. HEX triplet: 1B, 19 and 82. RGB value is (27,25,130). Sum of RGB (Red+Green+Blue) = 27+25+130=182 (24% of max value = 765). Red value is 27 (10.94% from 255 or 14.84% from 182); Green value is 25 (10.16% from 255 or 13.74% from 182); Blue value is 130 (51.17% from 255 or 71.43% from 182); Max value from RGB is 130 - color contains mainly: blue. Hex color #1B1982 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #1B1982 is #E4E67D. Grayscale: #252525. Windows color (decimal): -15001214 or 8526107. OLE color: 8526107.

HSL color Cylindrical-coordinate representation of color #1B1982: hue angle of 241.14º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B1982 is Cyan = 0.79, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB2725130-
CMYK0.790.8100.49
HSL241.14º67.74%30.39%-
HSV(B)241.14º80.77%50.98%-
XYZ4.832.5421.35-
YUV37.57180.16120.46-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 14.84%
GREEN value IS 25 (10.16% from 255) = 13.74%
BLUE value IS 130 (51.17% from 255) = 71.43%
R=14.84%
G=13.74%
B=71.43%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal27251300.790.8100.49241.1467.7430.39
Hex1B19824F51031f1441e
Octal333120211712106136110436
Binary11011110011000001010011111010001011000111110001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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