#060138

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

Shades of Midnight Express #060138

Tints of Midnight Express #060138

Color information

#060138 (or 0x060138) is unknown color: approx Midnight Express. HEX triplet: 06, 01 and 38. RGB value is (6,1,56). Sum of RGB (Red+Green+Blue) = 6+1+56=63 (8% of max value = 765). Red value is 6 (2.73% from 255 or 9.52% from 63); Green value is 1 (0.78% from 255 or 1.59% from 63); Blue value is 56 (22.27% from 255 or 88.89% from 63); Max value from RGB is 56 - color contains mainly: blue. Hex color #060138 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #060138 is #F9FEC7. Grayscale: #080808. Windows color (decimal): -16383688 or 3670278. OLE color: 3670278.

HSL color Cylindrical-coordinate representation of color #060138: hue angle of 245.45º degrees, saturation: 0.96, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #060138 is Cyan = 0.89, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB6156-
CMYK0.890.9800.78
HSL245.45º96.49%11.18%-
HSV(B)245.45º98.21%21.96%-
XYZ0.80.353.77-
YUV8.76154.66126.03-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 9.52%
GREEN value IS 1 (0.78% from 255) = 1.59%
BLUE value IS 56 (22.27% from 255) = 88.89%
R=9.52%
G=1.59%
B=88.89%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal61560.890.9800.78245.4596.4911.18
Hex6138596204Ef560b
Octal6170131142011636514013
Binary110111100010110011100010010011101111010111000001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #060138

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #060138; }

 p { color: rgb(6,1,56); }

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

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

 a { background-color: rgb(6,1,56); }

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

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

 span { border-color: rgb(6,1,56); }

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