#01083F

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

Shades of Midnight Express #01083F

Tints of Midnight Express #01083F

Color information

#01083F (or 0x01083F) is unknown color: approx Midnight Express. HEX triplet: 01, 08 and 3F. RGB value is (1,8,63). Sum of RGB (Red+Green+Blue) = 1+8+63=72 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.39% from 72); Green value is 8 (3.52% from 255 or 11.11% from 72); Blue value is 63 (25% from 255 or 87.5% from 72); Max value from RGB is 63 - color contains mainly: blue. Hex color #01083F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01083F is #FEF7C0. Grayscale: #0B0B0B. Windows color (decimal): -16709569 or 4130817. OLE color: 4130817.

HSL color Cylindrical-coordinate representation of color #01083F: hue angle of 233.23º 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 #01083F is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB1863-
CMYK0.980.8700.75
HSL233.23º96.88%12.55%-
HSV(B)233.23º98.41%24.71%-
XYZ10.544.75-
YUV12.18156.68120.03-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.39%
GREEN value IS 8 (3.52% from 255) = 11.11%
BLUE value IS 63 (25% from 255) = 87.5%
R=1.39%
G=11.11%
B=87.5%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal18630.980.8700.75233.2396.8812.55
Hex183F625704Be961d
Octal11077142127011335114115
Binary1100011111111000101010111010010111110100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01083F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #01083F; }

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

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

<style>
 a { background-color: #01083F; }

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

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

<style>
 span { border-color: #01083F; }

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

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