#061238

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

Shades of Midnight Express #061238

Tints of Midnight Express #061238

Color information

#061238 (or 0x061238) is unknown color: approx Midnight Express. HEX triplet: 06, 12 and 38. RGB value is (6,18,56). Sum of RGB (Red+Green+Blue) = 6+18+56=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 18 (7.42% from 255 or 22.5% from 80); Blue value is 56 (22.27% from 255 or 70% from 80); Max value from RGB is 56 - color contains mainly: blue. Hex color #061238 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061238 is #F9EDC7. Grayscale: #121212. Windows color (decimal): -16379336 or 3674630. OLE color: 3674630.

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

Color convert

RGB61856-
CMYK0.890.6800.78
HSL225.6º80.65%12.16%-
HSV(B)225.6º89.29%21.96%-
XYZ1.010.763.83-
YUV18.74149.02118.91-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.5%
GREEN value IS 18 (7.42% from 255) = 22.5%
BLUE value IS 56 (22.27% from 255) = 70%
R=7.5%
G=22.5%
B=70%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal618560.890.6800.78225.680.6512.16
Hex61238594404Ee251c
Octal62270131104011634212114
Binary1101001011100010110011000100010011101110001010100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061238

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061238; }

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

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

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

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

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

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

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

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