#0E1B75

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

Shades of Midnight Blue #0E1B75

Tints of Midnight Blue #0E1B75

Color information

#0E1B75 (or 0x0E1B75) is unknown color: approx Midnight Blue. HEX triplet: 0E, 1B and 75. RGB value is (14,27,117). Sum of RGB (Red+Green+Blue) = 14+27+117=158 (20% of max value = 765). Red value is 14 (5.86% from 255 or 8.86% from 158); Green value is 27 (10.94% from 255 or 17.09% 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 #0E1B75 is not a web safe color. Web safe color analog (approx): #003366. Inversed color of #0E1B75 is #F1E48A. Grayscale: #212121. Windows color (decimal): -15852683 or 7674638. OLE color: 7674638.

HSL color Cylindrical-coordinate representation of color #0E1B75: hue angle of 232.43º 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 #0E1B75 is Cyan = 0.88, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB1427117-
CMYK0.880.7700.54
HSL232.43º78.63%25.69%-
HSV(B)232.43º88.03%45.88%-
XYZ3.782.1617.05-
YUV33.37175.19114.18-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal14271170.880.7700.54232.4378.6325.69
HexE1B75584D036e84f1a
Octal163316513011506635011732
Binary111011011111010110110001001101011011011101000100111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E1B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #0E1B75; }

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

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

<style>
 a { background-color: #0E1B75; }

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

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

<style>
 span { border-color: #0E1B75; }

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

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