#1B304A

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

Shades of Midnight #1B304A

Tints of Midnight #1B304A

Color information

#1B304A (or 0x1B304A) is unknown color: approx Midnight. HEX triplet: 1B, 30 and 4A. RGB value is (27,48,74). Sum of RGB (Red+Green+Blue) = 27+48+74=149 (19% of max value = 765). Red value is 27 (10.94% from 255 or 18.12% from 149); Green value is 48 (19.14% from 255 or 32.21% from 149); Blue value is 74 (29.30% from 255 or 49.66% from 149); Max value from RGB is 74 - color contains mainly: blue. Hex color #1B304A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B304A is #E4CFB5. Grayscale: #2C2C2C. Windows color (decimal): -14995382 or 4861979. OLE color: 4861979.

HSL color Cylindrical-coordinate representation of color #1B304A: hue angle of 213.19º degrees, saturation: 0.47, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B304A is Cyan = 0.64, Magento = 0.35, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB274874-
CMYK0.640.3500.71
HSL213.19º46.53%19.8%-
HSV(B)213.19º63.51%29.02%-
XYZ2.742.846.88-
YUV44.68144.54115.39-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 18.12%
GREEN value IS 48 (19.14% from 255) = 32.21%
BLUE value IS 74 (29.30% from 255) = 49.66%
R=18.12%
G=32.21%
B=49.66%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.35
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal2748740.640.3500.71213.1946.5319.8
Hex1B304A4023047d52f14
Octal33601121004301073255724
Binary1101111000010010101000000100011010001111101010110111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B304A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,48,74); }

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

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

 a { background-color: rgb(27,48,74); }

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

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

 span { border-color: rgb(27,48,74); }

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