#0A1334

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

Shades of Midnight Express #0A1334

Tints of Midnight Express #0A1334

Color information

#0A1334 (or 0x0A1334) is unknown color: approx Midnight Express. HEX triplet: 0A, 13 and 34. RGB value is (10,19,52). Sum of RGB (Red+Green+Blue) = 10+19+52=81 (10% of max value = 765). Red value is 10 (4.30% from 255 or 12.35% from 81); Green value is 19 (7.81% from 255 or 23.46% from 81); Blue value is 52 (20.70% from 255 or 64.20% from 81); Max value from RGB is 52 - color contains mainly: blue. Hex color #0A1334 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1334 is #F5ECCB. Grayscale: #131313. Windows color (decimal): -16116940 or 3412746. OLE color: 3412746.

HSL color Cylindrical-coordinate representation of color #0A1334: hue angle of 227.14º degrees, saturation: 0.68, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #0A1334 is Cyan = 0.81, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB101952-
CMYK0.810.6300.80
HSL227.14º67.74%12.16%-
HSV(B)227.14º80.77%20.39%-
XYZ0.980.783.35-
YUV20.07146.02120.82-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 12.35%
GREEN value IS 19 (7.81% from 255) = 23.46%
BLUE value IS 52 (20.70% from 255) = 64.20%
R=12.35%
G=23.46%
B=64.20%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal1019520.810.6300.80227.1467.7412.16
HexA1334513F050e344c
Octal12236412177012034310414
Binary1010100111101001010001111111010100001110001110001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(10,19,52); }

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

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

 a { background-color: rgb(10,19,52); }

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

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

 span { border-color: rgb(10,19,52); }

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