#0A1433

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

Shades of Midnight Express #0A1433

Tints of Midnight Express #0A1433

Color information

#0A1433 (or 0x0A1433) is unknown color: approx Midnight Express. HEX triplet: 0A, 14 and 33. RGB value is (10,20,51). Sum of RGB (Red+Green+Blue) = 10+20+51=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 20 (8.20% from 255 or 24.69% from 81); Blue value is 51 (20.31% from 255 or 62.96% from 81); Max value from RGB is 51 - color contains mainly: blue. Hex color #0A1433 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1433 is #F5EBCC. Grayscale: #141414. Windows color (decimal): -16116685 or 3347466. OLE color: 3347466.

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

Color convert

RGB102051-
CMYK0.800.6100.8
HSL225.37º67.21%11.96%-
HSV(B)225.37º80.39%20%-
XYZ0.970.83.24-
YUV20.54145.19120.48-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.35%
GREEN value IS 20 (8.20% from 255) = 24.69%
BLUE value IS 51 (20.31% from 255) = 62.96%
R=12.35%
G=24.69%
B=62.96%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.8
SystemRedGreenBlueCMYKHSL
Decimal1020510.800.6100.8225.3767.2111.96
HexA1433503D050e143c
Octal12246312075012034110314
Binary1010101001100111010000111101010100001110000110000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1433

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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