#0A134B

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

Shades of Midnight Express #0A134B

Tints of Midnight Express #0A134B

Color information

#0A134B (or 0x0A134B) is unknown color: approx Midnight Express. HEX triplet: 0A, 13 and 4B. RGB value is (10,19,75). Sum of RGB (Red+Green+Blue) = 10+19+75=104 (13% of max value = 765). Red value is 10 (4.30% from 255 or 9.62% from 104); Green value is 19 (7.81% from 255 or 18.27% from 104); Blue value is 75 (29.69% from 255 or 72.12% from 104); Max value from RGB is 75 - color contains mainly: blue. Hex color #0A134B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #0A134B is #F5ECB4. Grayscale: #161616. Windows color (decimal): -16116917 or 4920074. OLE color: 4920074.

HSL color Cylindrical-coordinate representation of color #0A134B: hue angle of 231.69º degrees, saturation: 0.76, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #0A134B is Cyan = 0.87, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.71.

Color convert

RGB101975-
CMYK0.870.7500.71
HSL231.69º76.47%16.67%-
HSV(B)231.69º86.67%29.41%-
XYZ1.631.046.77-
YUV22.69157.52118.95-

RGB Variations

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

RGB

RED value IS 10 (4.30% from 255) = 9.62%
GREEN value IS 19 (7.81% from 255) = 18.27%
BLUE value IS 75 (29.69% from 255) = 72.12%
R=9.62%
G=18.27%
B=72.12%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal1019750.870.7500.71231.6976.4716.67
HexA134B574B047e84c11
Octal1223113127113010735011421
Binary1010100111001011101011110010110100011111101000100110010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0A134B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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