#0A1730

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

Shades of Midnight Express #0A1730

Tints of Midnight Express #0A1730

Color information

#0A1730 (or 0x0A1730) is unknown color: approx Midnight Express. HEX triplet: 0A, 17 and 30. RGB value is (10,23,48). Sum of RGB (Red+Green+Blue) = 10+23+48=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 23 (9.38% from 255 or 28.40% from 81); Blue value is 48 (19.14% from 255 or 59.26% from 81); Max value from RGB is 48 - color contains mainly: blue. Hex color #0A1730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1730 is #F5E8CF. Grayscale: #151515. Windows color (decimal): -16115920 or 3151626. OLE color: 3151626.

HSL color Cylindrical-coordinate representation of color #0A1730: hue angle of 219.47º degrees, saturation: 0.66, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #0A1730 is Cyan = 0.79, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB102348-
CMYK0.790.5200.81
HSL219.47º65.52%11.37%-
HSV(B)219.47º79.17%18.82%-
XYZ0.970.892.92-
YUV21.96142.69119.47-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.35%
GREEN value IS 23 (9.38% from 255) = 28.40%
BLUE value IS 48 (19.14% from 255) = 59.26%
R=12.35%
G=28.40%
B=59.26%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1023480.790.5200.81219.4765.5211.37
HexA17304F34051db42b
Octal12276011764012133310213
Binary1010101111100001001111110100010100011101101110000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1730

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,23,48); }

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

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

 a { background-color: rgb(10,23,48); }

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

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

 span { border-color: rgb(10,23,48); }

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