#0A164B

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

Shades of Midnight Express #0A164B

Tints of Midnight Express #0A164B

Color information

#0A164B (or 0x0A164B) is unknown color: approx Midnight Express. HEX triplet: 0A, 16 and 4B. RGB value is (10,22,75). Sum of RGB (Red+Green+Blue) = 10+22+75=107 (14% of max value = 765). Red value is 10 (4.30% from 255 or 9.35% from 107); Green value is 22 (8.98% from 255 or 20.56% from 107); Blue value is 75 (29.69% from 255 or 70.09% from 107); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A164B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A164B is #F5E9B4. Grayscale: #181818. Windows color (decimal): -16116149 or 4920842. OLE color: 4920842.

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

Color convert

RGB102275-
CMYK0.870.7100.71
HSL228.92º76.47%16.67%-
HSV(B)228.92º86.67%29.41%-
XYZ1.681.156.79-
YUV24.45156.52117.69-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.35%
GREEN value IS 22 (8.98% from 255) = 20.56%
BLUE value IS 75 (29.69% from 255) = 70.09%
R=9.35%
G=20.56%
B=70.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1022750.870.7100.71228.9276.4716.67
HexA164B5747047e54c11
Octal1226113127107010734511421
Binary1010101101001011101011110001110100011111100101100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A164B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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