#0A1649

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

Shades of Midnight Express #0A1649

Tints of Midnight Express #0A1649

Color information

#0A1649 (or 0x0A1649) is unknown color: approx Midnight Express. HEX triplet: 0A, 16 and 49. RGB value is (10,22,73). Sum of RGB (Red+Green+Blue) = 10+22+73=105 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.52% from 105); Green value is 22 (8.98% from 255 or 20.95% from 105); Blue value is 73 (28.91% from 255 or 69.52% from 105); Max value from RGB is 73 - color contains mainly: blue. Hex color #0A1649 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1649 is #F5E9B6. Grayscale: #181818. Windows color (decimal): -16116151 or 4789770. OLE color: 4789770.

HSL color Cylindrical-coordinate representation of color #0A1649: hue angle of 228.57º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A1649 is Cyan = 0.86, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB102273-
CMYK0.860.7000.71
HSL228.57º75.9%16.27%-
HSV(B)228.57º86.3%28.63%-
XYZ1.611.126.43-
YUV24.23155.52117.85-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.52%
GREEN value IS 22 (8.98% from 255) = 20.95%
BLUE value IS 73 (28.91% from 255) = 69.52%
R=9.52%
G=20.95%
B=69.52%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1022730.860.7000.71228.5775.916.27
HexA16495646047e54c10
Octal1226111126106010734511420
Binary1010101101001001101011010001100100011111100101100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1649

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,22,73); }

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

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

 a { background-color: rgb(10,22,73); }

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

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

 span { border-color: rgb(10,22,73); }

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