#1B0E75

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

Shades of Midnight Blue #1B0E75

Tints of Midnight Blue #1B0E75

Color information

#1B0E75 (or 0x1B0E75) is unknown color: approx Midnight Blue. HEX triplet: 1B, 0E and 75. RGB value is (27,14,117). Sum of RGB (Red+Green+Blue) = 27+14+117=158 (20% of max value = 765). Red value is 27 (10.94% from 255 or 17.09% from 158); Green value is 14 (5.86% from 255 or 8.86% from 158); Blue value is 117 (46.09% from 255 or 74.05% from 158); Max value from RGB is 117 - color contains mainly: blue. Hex color #1B0E75 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #1B0E75 is #E4F18A. Grayscale: #1D1D1D. Windows color (decimal): -15004043 or 7671323. OLE color: 7671323.

HSL color Cylindrical-coordinate representation of color #1B0E75: hue angle of 247.57º degrees, saturation: 0.79, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #1B0E75 is Cyan = 0.77, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2714117-
CMYK0.770.8800.54
HSL247.57º78.63%25.69%-
HSV(B)247.57º88.03%45.88%-
XYZ3.821.8316.98-
YUV29.63177.31126.12-

RGB Variations

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

RGB

RED value IS 27 (10.94% from 255) = 17.09%
GREEN value IS 14 (5.86% from 255) = 8.86%
BLUE value IS 117 (46.09% from 255) = 74.05%
R=17.09%
G=8.86%
B=74.05%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal27141170.770.8800.54247.5778.6325.69
Hex1BE754D58036f84f1a
Octal331616511513006637011732
Binary110111110111010110011011011000011011011111000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #1B0E75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(27,14,117); }

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

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

 a { background-color: rgb(27,14,117); }

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

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

 span { border-color: rgb(27,14,117); }

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