#1B1469

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

Shades of Midnight Blue #1B1469

Tints of Midnight Blue #1B1469

Color information

#1B1469 (or 0x1B1469) is unknown color: approx Midnight Blue. HEX triplet: 1B, 14 and 69. RGB value is (27,20,105). Sum of RGB (Red+Green+Blue) = 27+20+105=152 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.76% from 152); Green value is 20 (8.20% from 255 or 13.16% from 152); Blue value is 105 (41.41% from 255 or 69.08% from 152); Max value from RGB is 105 - color contains mainly: blue. Hex color #1B1469 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B1469 is #E4EB96. Grayscale: #1F1F1F. Windows color (decimal): -15002519 or 6886427. OLE color: 6886427.

HSL color Cylindrical-coordinate representation of color #1B1469: hue angle of 244.94º degrees, saturation: 0.68, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #1B1469 is Cyan = 0.74, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2720105-
CMYK0.740.8100.59
HSL244.94º68%24.51%-
HSV(B)244.94º80.95%41.18%-
XYZ3.251.7513.53-
YUV31.78169.32124.59-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.76%
GREEN value IS 20 (8.20% from 255) = 13.16%
BLUE value IS 105 (41.41% from 255) = 69.08%
R=17.76%
G=13.16%
B=69.08%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal27201050.740.8100.59244.946824.51
Hex1B14694A5103Bf54419
Octal332415111212107336510431
Binary1101110100110100110010101010001011101111110101100010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,20,105); }

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

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

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

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

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

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

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