#061135

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

Shades of Midnight Express #061135

Tints of Midnight Express #061135

Color information

#061135 (or 0x061135) is unknown color: approx Midnight Express. HEX triplet: 06, 11 and 35. RGB value is (6,17,53). Sum of RGB (Red+Green+Blue) = 6+17+53=76 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.89% from 76); Green value is 17 (7.03% from 255 or 22.37% from 76); Blue value is 53 (21.09% from 255 or 69.74% from 76); Max value from RGB is 53 - color contains mainly: blue. Hex color #061135 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061135 is #F9EECA. Grayscale: #111111. Windows color (decimal): -16379595 or 3477766. OLE color: 3477766.

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

Color convert

RGB61753-
CMYK0.890.6800.79
HSL225.96º79.66%11.57%-
HSV(B)225.96º88.68%20.78%-
XYZ0.920.73.45-
YUV17.81147.86119.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.89%
GREEN value IS 17 (7.03% from 255) = 22.37%
BLUE value IS 53 (21.09% from 255) = 69.74%
R=7.89%
G=22.37%
B=69.74%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal617530.890.6800.79225.9679.6611.57
Hex61135594404Fe250c
Octal62165131104011734212014
Binary1101000111010110110011000100010011111110001010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061135

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061135; }

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

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

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

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

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

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

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

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