#1B314C

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

Shades of Midnight #1B314C

Tints of Midnight #1B314C

Color information

#1B314C (or 0x1B314C) is unknown color: approx Midnight. HEX triplet: 1B, 31 and 4C. RGB value is (27,49,76). Sum of RGB (Red+Green+Blue) = 27+49+76=152 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.76% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 76 (30.08% from 255 or 50% from 152); Max value from RGB is 76 - color contains mainly: blue. Hex color #1B314C is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1B314C is #E4CEB3. Grayscale: #2D2D2D. Windows color (decimal): -14995124 or 4993307. OLE color: 4993307.

HSL color Cylindrical-coordinate representation of color #1B314C: hue angle of 213.06º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #1B314C is Cyan = 0.64, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB274976-
CMYK0.640.3600.70
HSL213.06º47.57%20.2%-
HSV(B)213.06º64.47%29.8%-
XYZ2.852.957.26-
YUV45.5145.21114.8-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.76%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 76 (30.08% from 255) = 50%
R=17.76%
G=32.24%
B=50%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal2749760.640.3600.70213.0647.5720.2
Hex1B314C4024046d53014
Octal33611141004401063256024
Binary1101111000110011001000000100100010001101101010111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B314C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,49,76); }

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

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

 a { background-color: rgb(27,49,76); }

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

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

 span { border-color: rgb(27,49,76); }

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