#0E035A

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

Shades of Midnight Blue #0E035A

Tints of Midnight Blue #0E035A

Color information

#0E035A (or 0x0E035A) is unknown color: approx Midnight Blue. HEX triplet: 0E, 03 and 5A. RGB value is (14,3,90). Sum of RGB (Red+Green+Blue) = 14+3+90=107 (14% of max value = 765). Red value is 14 (5.86% from 255 or 13.08% from 107); Green value is 3 (1.56% from 255 or 2.80% from 107); Blue value is 90 (35.55% from 255 or 84.11% from 107); Max value from RGB is 90 - color contains mainly: blue. Hex color #0E035A is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #0E035A is #F1FCA5. Grayscale: #0F0F0F. Windows color (decimal): -15858854 or 5899022. OLE color: 5899022.

HSL color Cylindrical-coordinate representation of color #0E035A: hue angle of 247.59º degrees, saturation: 0.94, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0E035A is Cyan = 0.84, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB14390-
CMYK0.840.9700.65
HSL247.59º93.55%18.24%-
HSV(B)247.59º96.67%35.29%-
XYZ2.060.99.74-
YUV16.21169.64126.43-

RGB Variations

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

RGB

RED value IS 14 (5.86% from 255) = 13.08%
GREEN value IS 3 (1.56% from 255) = 2.80%
BLUE value IS 90 (35.55% from 255) = 84.11%
R=13.08%
G=2.80%
B=84.11%

CMYK

C (Cyan) values IS 0.84
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal143900.840.9700.65247.5993.5518.24
HexE35A5461041f85e12
Octal163132124141010137013622
Binary1110111011010101010011000010100000111111000101111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0E035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(14,3,90); }

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

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

 a { background-color: rgb(14,3,90); }

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

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

 span { border-color: rgb(14,3,90); }

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