#0A0C48

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

Shades of Midnight Express #0A0C48

Tints of Midnight Express #0A0C48

Color information

#0A0C48 (or 0x0A0C48) is unknown color: approx Midnight Express. HEX triplet: 0A, 0C and 48. RGB value is (10,12,72). Sum of RGB (Red+Green+Blue) = 10+12+72=94 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.64% from 94); Green value is 12 (5.08% from 255 or 12.77% from 94); Blue value is 72 (28.52% from 255 or 76.60% from 94); Max value from RGB is 72 - color contains mainly: blue. Hex color #0A0C48 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A0C48 is #F5F3B7. Grayscale: #121212. Windows color (decimal): -16118712 or 4721674. OLE color: 4721674.

HSL color Cylindrical-coordinate representation of color #0A0C48: hue angle of 238.06º degrees, saturation: 0.76, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #0A0C48 is Cyan = 0.86, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.72.

Color convert

RGB101272-
CMYK0.860.8300.72
HSL238.06º75.61%16.08%-
HSV(B)238.06º86.11%28.24%-
XYZ1.430.86.21-
YUV18.24158.34122.12-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.64%
GREEN value IS 12 (5.08% from 255) = 12.77%
BLUE value IS 72 (28.52% from 255) = 76.60%
R=10.64%
G=12.77%
B=76.60%

CMYK

C (Cyan) values IS 0.86
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal1012720.860.8300.72238.0675.6116.08
HexAC485653048ee4c10
Octal1214110126123011035611420
Binary101011001001000101011010100110100100011101110100110010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A0C48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,12,72); }

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

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

 a { background-color: rgb(10,12,72); }

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

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

 span { border-color: rgb(10,12,72); }

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