#0A1434

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

Shades of Midnight Express #0A1434

Tints of Midnight Express #0A1434

Color information

#0A1434 (or 0x0A1434) is unknown color: approx Midnight Express. HEX triplet: 0A, 14 and 34. RGB value is (10,20,52). Sum of RGB (Red+Green+Blue) = 10+20+52=82 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.20% from 82); Green value is 20 (8.20% from 255 or 24.39% from 82); Blue value is 52 (20.70% from 255 or 63.41% from 82); Max value from RGB is 52 - color contains mainly: blue. Hex color #0A1434 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1434 is #F5EBCB. Grayscale: #141414. Windows color (decimal): -16116684 or 3413002. OLE color: 3413002.

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

Color convert

RGB102052-
CMYK0.810.6200.80
HSL225.71º67.74%12.16%-
HSV(B)225.71º80.77%20.39%-
XYZ10.813.35-
YUV20.66145.69120.4-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.20%
GREEN value IS 20 (8.20% from 255) = 24.39%
BLUE value IS 52 (20.70% from 255) = 63.41%
R=12.20%
G=24.39%
B=63.41%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1020520.810.6200.80225.7167.7412.16
HexA1434513E050e244c
Octal12246412176012034210414
Binary1010101001101001010001111110010100001110001010001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1434

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,20,52); }

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

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

 a { background-color: rgb(10,20,52); }

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

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

 span { border-color: rgb(10,20,52); }

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