#1B165A

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

Shades of Midnight Blue #1B165A

Tints of Midnight Blue #1B165A

Color information

#1B165A (or 0x1B165A) is unknown color: approx Midnight Blue. HEX triplet: 1B, 16 and 5A. RGB value is (27,22,90). Sum of RGB (Red+Green+Blue) = 27+22+90=139 (18% of max value = 765). Red value is 27 (10.94% from 255 or 19.42% from 139); Green value is 22 (8.98% from 255 or 15.83% from 139); Blue value is 90 (35.55% from 255 or 64.75% from 139); Max value from RGB is 90 - color contains mainly: blue. Hex color #1B165A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B165A is #E4E9A5. Grayscale: #1E1E1E. Windows color (decimal): -15002022 or 5903899. OLE color: 5903899.

HSL color Cylindrical-coordinate representation of color #1B165A: hue angle of 244.41º degrees, saturation: 0.61, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #1B165A is Cyan = 0.70, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB272290-
CMYK0.700.7600.65
HSL244.41º60.71%21.96%-
HSV(B)244.41º75.56%35.29%-
XYZ2.581.559.83-
YUV31.25161.16124.97-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 19.42%
GREEN value IS 22 (8.98% from 255) = 15.83%
BLUE value IS 90 (35.55% from 255) = 64.75%
R=19.42%
G=15.83%
B=64.75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal2722900.700.7600.65244.4160.7121.96
Hex1B165A464C041f43d16
Octal332613210611401013647526
Binary1101110110101101010001101001100010000011111010011110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B165A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,22,90); }

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

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

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

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

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

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

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