#0E08B4

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

Shades of New Midnight Blue #0E08B4

Tints of New Midnight Blue #0E08B4

Color information

#0E08B4 (or 0x0E08B4) is unknown color: approx New Midnight Blue. HEX triplet: 0E, 08 and B4. RGB value is (14,8,180). Sum of RGB (Red+Green+Blue) = 14+8+180=202 (26% of max value = 765). Red value is 14 (5.86% from 255 or 6.93% from 202); Green value is 8 (3.52% from 255 or 3.96% from 202); Blue value is 180 (70.70% from 255 or 89.11% from 202); Max value from RGB is 180 - color contains mainly: blue. Hex color #0E08B4 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0E08B4 is #F1F74B. Grayscale: #1C1C1C. Windows color (decimal): -15857484 or 11798542. OLE color: 11798542.

HSL color Cylindrical-coordinate representation of color #0E08B4: hue angle of 242.09º degrees, saturation: 0.91, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #0E08B4 is Cyan = 0.92, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB148180-
CMYK0.920.9600.29
HSL242.09º91.49%36.86%-
HSV(B)242.09º95.56%70.59%-
XYZ8.513.5643.42-
YUV29.4212.99117.01-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 6.93%
GREEN value IS 8 (3.52% from 255) = 3.96%
BLUE value IS 180 (70.70% from 255) = 89.11%
R=6.93%
G=3.96%
B=89.11%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal1481800.920.9600.29242.0991.4936.86
HexE8B45C6001Df25b25
Octal161026413414003536213345
Binary111010001011010010111001100000011101111100101011011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E08B4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,8,180); }

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

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

 a { background-color: rgb(14,8,180); }

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

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

 span { border-color: rgb(14,8,180); }

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