#0A033C

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

Shades of Midnight Express #0A033C

Tints of Midnight Express #0A033C

Color information

#0A033C (or 0x0A033C) is unknown color: approx Midnight Express. HEX triplet: 0A, 03 and 3C. RGB value is (10,3,60). Sum of RGB (Red+Green+Blue) = 10+3+60=73 (9% of max value = 765). Red value is 10 (4.30% from 255 or 13.70% from 73); Green value is 3 (1.56% from 255 or 4.11% from 73); Blue value is 60 (23.83% from 255 or 82.19% from 73); Max value from RGB is 60 - color contains mainly: blue. Hex color #0A033C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A033C is #F5FCC3. Grayscale: #0B0B0B. Windows color (decimal): -16121028 or 3932938. OLE color: 3932938.

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

Color convert

RGB10360-
CMYK0.830.9500.76
HSL247.37º90.48%12.35%-
HSV(B)247.37º95%23.53%-
XYZ0.970.464.31-
YUV11.59155.32126.87-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 13.70%
GREEN value IS 3 (1.56% from 255) = 4.11%
BLUE value IS 60 (23.83% from 255) = 82.19%
R=13.70%
G=4.11%
B=82.19%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal103600.830.9500.76247.3790.4812.35
HexA33C535F04Cf75ac
Octal12374123137011436713214
Binary10101111110010100111011111010011001111011110110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A033C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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