#061134

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

Shades of Midnight Express #061134

Tints of Midnight Express #061134

Color information

#061134 (or 0x061134) is unknown color: approx Midnight Express. HEX triplet: 06, 11 and 34. RGB value is (6,17,52). Sum of RGB (Red+Green+Blue) = 6+17+52=75 (9% of max value = 765). Red value is 6 (2.73% from 255 or 8% from 75); Green value is 17 (7.03% from 255 or 22.67% from 75); Blue value is 52 (20.70% from 255 or 69.33% from 75); Max value from RGB is 52 - color contains mainly: blue. Hex color #061134 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061134 is #F9EECB. Grayscale: #111111. Windows color (decimal): -16379596 or 3412230. OLE color: 3412230.

HSL color Cylindrical-coordinate representation of color #061134: hue angle of 225.65º degrees, saturation: 0.79, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #061134 is Cyan = 0.88, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB61752-
CMYK0.880.6700.80
HSL225.65º79.31%11.37%-
HSV(B)225.65º88.46%20.39%-
XYZ0.90.693.33-
YUV17.7147.36119.65-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 8%
GREEN value IS 17 (7.03% from 255) = 22.67%
BLUE value IS 52 (20.70% from 255) = 69.33%
R=8%
G=22.67%
B=69.33%

CMYK

C (Cyan) values IS 0.88
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal617520.880.6700.80225.6579.3111.37
Hex611345843050e24fb
Octal62164130103012034211713
Binary1101000111010010110001000011010100001110001010011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061134

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061134; }

 p { color: rgb(6,17,52); }

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

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

 a { background-color: rgb(6,17,52); }

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

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

 span { border-color: rgb(6,17,52); }

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