#0A073C

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

Shades of Midnight Express #0A073C

Tints of Midnight Express #0A073C

Color information

#0A073C (or 0x0A073C) is unknown color: approx Midnight Express. HEX triplet: 0A, 07 and 3C. RGB value is (10,7,60). Sum of RGB (Red+Green+Blue) = 10+7+60=77 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.99% from 77); Green value is 7 (3.12% from 255 or 9.09% from 77); Blue value is 60 (23.83% from 255 or 77.92% from 77); Max value from RGB is 60 - color contains mainly: blue. Hex color #0A073C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A073C is #F5F8C3. Grayscale: #0D0D0D. Windows color (decimal): -16120004 or 3933962. OLE color: 3933962.

HSL color Cylindrical-coordinate representation of color #0A073C: hue angle of 243.4º degrees, saturation: 0.79, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #0A073C is Cyan = 0.83, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB10760-
CMYK0.830.8800.76
HSL243.4º79.1%13.14%-
HSV(B)243.4º88.33%23.53%-
XYZ1.020.544.33-
YUV13.94153.99125.19-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.99%
GREEN value IS 7 (3.12% from 255) = 9.09%
BLUE value IS 60 (23.83% from 255) = 77.92%
R=12.99%
G=9.09%
B=77.92%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.88
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal107600.830.8800.76243.479.113.14
HexA73C535804Cf34fd
Octal12774123130011436311715
Binary101011111110010100111011000010011001111001110011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A073C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,7,60); }

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

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

 a { background-color: rgb(10,7,60); }

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

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

 span { border-color: rgb(10,7,60); }

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