#1B304E

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

Shades of Midnight #1B304E

Tints of Midnight #1B304E

Color information

#1B304E (or 0x1B304E) is unknown color: approx Midnight. HEX triplet: 1B, 30 and 4E. RGB value is (27,48,78). Sum of RGB (Red+Green+Blue) = 27+48+78=153 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.65% from 153); Green value is 48 (19.14% from 255 or 31.37% from 153); Blue value is 78 (30.86% from 255 or 50.98% from 153); Max value from RGB is 78 - color contains mainly: blue. Hex color #1B304E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B304E is #E4CFB1. Grayscale: #2D2D2D. Windows color (decimal): -14995378 or 5124123. OLE color: 5124123.

HSL color Cylindrical-coordinate representation of color #1B304E: hue angle of 215.29º degrees, saturation: 0.49, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #1B304E is Cyan = 0.65, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB274878-
CMYK0.650.3800.69
HSL215.29º48.57%20.59%-
HSV(B)215.29º65.38%30.59%-
XYZ2.882.97.61-
YUV45.14146.54115.06-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.65%
GREEN value IS 48 (19.14% from 255) = 31.37%
BLUE value IS 78 (30.86% from 255) = 50.98%
R=17.65%
G=31.37%
B=50.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal2748780.650.3800.69215.2948.5720.59
Hex1B304E4126045d73115
Octal33601161014601053276125
Binary1101111000010011101000001100110010001011101011111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B304E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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