#1B1E68

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

Shades of Midnight Blue #1B1E68

Tints of Midnight Blue #1B1E68

Color information

#1B1E68 (or 0x1B1E68) is unknown color: approx Midnight Blue. HEX triplet: 1B, 1E and 68. RGB value is (27,30,104). Sum of RGB (Red+Green+Blue) = 27+30+104=161 (21% of max value = 765). Red value is 27 (10.94% from 255 or 16.77% from 161); Green value is 30 (12.11% from 255 or 18.63% from 161); Blue value is 104 (41.02% from 255 or 64.60% from 161); Max value from RGB is 104 - color contains mainly: blue. Hex color #1B1E68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #1B1E68 is #E4E197. Grayscale: #252525. Windows color (decimal): -14999960 or 6823451. OLE color: 6823451.

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

Color convert

RGB2730104-
CMYK0.740.7100.59
HSL237.66º58.78%25.69%-
HSV(B)237.66º74.04%40.78%-
XYZ3.412.1613.33-
YUV37.54165.51120.48-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 16.77%
GREEN value IS 30 (12.11% from 255) = 18.63%
BLUE value IS 104 (41.02% from 255) = 64.60%
R=16.77%
G=18.63%
B=64.60%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal27301040.740.7100.59237.6658.7825.69
Hex1B1E684A4703Bee3b1a
Octal33361501121070733567332
Binary110111111011010001001010100011101110111110111011101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B1E68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,30,104); }

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

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

 a { background-color: rgb(27,30,104); }

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

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

 span { border-color: rgb(27,30,104); }

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