#01083C

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

Shades of Midnight Express #01083C

Tints of Midnight Express #01083C

Color information

#01083C (or 0x01083C) is unknown color: approx Midnight Express. HEX triplet: 01, 08 and 3C. RGB value is (1,8,60). Sum of RGB (Red+Green+Blue) = 1+8+60=69 (9% of max value = 765). Red value is 1 (0.78% from 255 or 1.45% from 69); Green value is 8 (3.52% from 255 or 11.59% from 69); Blue value is 60 (23.83% from 255 or 86.96% from 69); Max value from RGB is 60 - color contains mainly: blue. Hex color #01083C is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #01083C is #FEF7C3. Grayscale: #0B0B0B. Windows color (decimal): -16709572 or 3934209. OLE color: 3934209.

HSL color Cylindrical-coordinate representation of color #01083C: hue angle of 232.88º degrees, saturation: 0.97, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #01083C is Cyan = 0.98, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.76.

Color convert

RGB1860-
CMYK0.980.8700.76
HSL232.88º96.72%11.96%-
HSV(B)232.88º98.33%23.53%-
XYZ0.910.514.32-
YUV11.84155.18120.27-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 1.45%
GREEN value IS 8 (3.52% from 255) = 11.59%
BLUE value IS 60 (23.83% from 255) = 86.96%
R=1.45%
G=11.59%
B=86.96%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal18600.980.8700.76232.8896.7211.96
Hex183C625704Ce961c
Octal11074142127011435114114
Binary1100011110011000101010111010011001110100111000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #01083C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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