#0A1641

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

Shades of Midnight Express #0A1641

Tints of Midnight Express #0A1641

Color information

#0A1641 (or 0x0A1641) is unknown color: approx Midnight Express. HEX triplet: 0A, 16 and 41. RGB value is (10,22,65). Sum of RGB (Red+Green+Blue) = 10+22+65=97 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.31% from 97); Green value is 22 (8.98% from 255 or 22.68% from 97); Blue value is 65 (25.78% from 255 or 67.01% from 97); Max value from RGB is 65 - color contains mainly: blue. Hex color #0A1641 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1641 is #F5E9BE. Grayscale: #171717. Windows color (decimal): -16116159 or 4265482. OLE color: 4265482.

HSL color Cylindrical-coordinate representation of color #0A1641: hue angle of 226.91º degrees, saturation: 0.73, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A1641 is Cyan = 0.85, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB102265-
CMYK0.850.6600.75
HSL226.91º73.33%14.71%-
HSV(B)226.91º84.62%25.49%-
XYZ1.371.025.13-
YUV23.31151.52118.5-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.31%
GREEN value IS 22 (8.98% from 255) = 22.68%
BLUE value IS 65 (25.78% from 255) = 67.01%
R=10.31%
G=22.68%
B=67.01%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal1022650.850.6600.75226.9173.3314.71
HexA1641554204Be349f
Octal1226101125102011334311117
Binary101010110100000110101011000010010010111110001110010011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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