#0A1343

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

Shades of Midnight Express #0A1343

Tints of Midnight Express #0A1343

Color information

#0A1343 (or 0x0A1343) is unknown color: approx Midnight Express. HEX triplet: 0A, 13 and 43. RGB value is (10,19,67). Sum of RGB (Red+Green+Blue) = 10+19+67=96 (12% of max value = 765). Red value is 10 (4.30% from 255 or 10.42% from 96); Green value is 19 (7.81% from 255 or 19.79% from 96); Blue value is 67 (26.56% from 255 or 69.79% from 96); Max value from RGB is 67 - color contains mainly: blue. Hex color #0A1343 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A1343 is #F5ECBC. Grayscale: #151515. Windows color (decimal): -16116925 or 4395786. OLE color: 4395786.

HSL color Cylindrical-coordinate representation of color #0A1343: hue angle of 230.53º degrees, saturation: 0.74, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #0A1343 is Cyan = 0.85, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB101967-
CMYK0.850.7200.74
HSL230.53º74.03%15.1%-
HSV(B)230.53º85.07%26.27%-
XYZ1.370.945.42-
YUV21.78153.52119.6-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 10.42%
GREEN value IS 19 (7.81% from 255) = 19.79%
BLUE value IS 67 (26.56% from 255) = 69.79%
R=10.42%
G=19.79%
B=69.79%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal1019670.850.7200.74230.5374.0315.1
HexA1343554804Ae74af
Octal1223103125110011234711217
Binary101010011100001110101011001000010010101110011110010101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A1343

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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