#0E13B0

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

Shades of New Midnight Blue #0E13B0

Tints of New Midnight Blue #0E13B0

Color information

#0E13B0 (or 0x0E13B0) is unknown color: approx New Midnight Blue. HEX triplet: 0E, 13 and B0. RGB value is (14,19,176). Sum of RGB (Red+Green+Blue) = 14+19+176=209 (27% of max value = 765). Red value is 14 (5.86% from 255 or 6.70% from 209); Green value is 19 (7.81% from 255 or 9.09% from 209); Blue value is 176 (69.14% from 255 or 84.21% from 209); Max value from RGB is 176 - color contains mainly: blue. Hex color #0E13B0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0E13B0 is #F1EC4F. Grayscale: #222222. Windows color (decimal): -15854672 or 11539214. OLE color: 11539214.

HSL color Cylindrical-coordinate representation of color #0E13B0: hue angle of 238.15º degrees, saturation: 0.85, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #0E13B0 is Cyan = 0.92, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1419176-
CMYK0.920.8900.31
HSL238.15º85.26%37.25%-
HSV(B)238.15º92.05%69.02%-
XYZ8.253.6941.35-
YUV35.4207.34112.73-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.70%
GREEN value IS 19 (7.81% from 255) = 9.09%
BLUE value IS 176 (69.14% from 255) = 84.21%
R=6.70%
G=9.09%
B=84.21%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal14191760.920.8900.31238.1585.2637.25
HexE13B05C5901Fee5525
Octal162326013413103735612545
Binary1110100111011000010111001011001011111111011101010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E13B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,19,176); }

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

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

 a { background-color: rgb(14,19,176); }

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

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

 span { border-color: rgb(14,19,176); }

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