#0A0E35

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

Shades of Midnight Express #0A0E35

Tints of Midnight Express #0A0E35

Color information

#0A0E35 (or 0x0A0E35) is unknown color: approx Midnight Express. HEX triplet: 0A, 0E and 35. RGB value is (10,14,53). Sum of RGB (Red+Green+Blue) = 10+14+53=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 14 (5.86% from 255 or 18.18% from 77); Blue value is 53 (21.09% from 255 or 68.83% from 77); Max value from RGB is 53 - color contains mainly: blue. Hex color #0A0E35 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0E35 is #F5F1CA. Grayscale: #111111. Windows color (decimal): -16118219 or 3477002. OLE color: 3477002.

HSL color Cylindrical-coordinate representation of color #0A0E35: hue angle of 234.42º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A0E35 is Cyan = 0.81, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB101453-
CMYK0.810.7400.79
HSL234.42º68.25%12.35%-
HSV(B)234.42º81.13%20.78%-
XYZ0.920.643.44-
YUV17.25148.17122.83-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.99%
GREEN value IS 14 (5.86% from 255) = 18.18%
BLUE value IS 53 (21.09% from 255) = 68.83%
R=12.99%
G=18.18%
B=68.83%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal1014530.810.7400.79234.4268.2512.35
HexAE35514A04Fea44c
Octal121665121112011735210414
Binary1010111011010110100011001010010011111110101010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0E35

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,14,53); }

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

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

 a { background-color: rgb(10,14,53); }

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

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

 span { border-color: rgb(10,14,53); }

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