#010A3F

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

Shades of Midnight Express #010A3F

Tints of Midnight Express #010A3F

Color information

#010A3F (or 0x010A3F) is unknown color: approx Midnight Express. HEX triplet: 01, 0A and 3F. RGB value is (1,10,63). Sum of RGB (Red+Green+Blue) = 1+10+63=74 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.35% from 74); Green value is 10 (4.30% from 255 or 13.51% from 74); Blue value is 63 (25% from 255 or 85.14% from 74); Max value from RGB is 63 - color contains mainly: blue. Hex color #010A3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #010A3F is #FEF5C0. Grayscale: #0D0D0D. Windows color (decimal): -16709057 or 4131329. OLE color: 4131329.

HSL color Cylindrical-coordinate representation of color #010A3F: hue angle of 231.29º degrees, saturation: 0.97, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #010A3F is Cyan = 0.98, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB11063-
CMYK0.980.8400.75
HSL231.29º96.88%12.55%-
HSV(B)231.29º98.41%24.71%-
XYZ1.020.584.76-
YUV13.35156.02119.19-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.35%
GREEN value IS 10 (4.30% from 255) = 13.51%
BLUE value IS 63 (25% from 255) = 85.14%
R=1.35%
G=13.51%
B=85.14%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal110630.980.8400.75231.2996.8812.55
Hex1A3F625404Be761d
Octal11277142124011334714115
Binary1101011111111000101010100010010111110011111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #010A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #010A3F; }

 p { color: rgb(1,10,63); }

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

<style>
 a { background-color: #010A3F; }

 a { background-color: rgb(1,10,63); }

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

<style>
 span { border-color: #010A3F; }

 span { border-color: rgb(1,10,63); }

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