#061337

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

Shades of Midnight Express #061337

Tints of Midnight Express #061337

Color information

#061337 (or 0x061337) is unknown color: approx Midnight Express. HEX triplet: 06, 13 and 37. RGB value is (6,19,55). Sum of RGB (Red+Green+Blue) = 6+19+55=80 (10% of max value = 765). Red value is 6 (2.73% from 255 or 7.5% from 80); Green value is 19 (7.81% from 255 or 23.75% from 80); Blue value is 55 (21.88% from 255 or 68.75% from 80); Max value from RGB is 55 - color contains mainly: blue. Hex color #061337 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #061337 is #F9ECC8. Grayscale: #131313. Windows color (decimal): -16379081 or 3609350. OLE color: 3609350.

HSL color Cylindrical-coordinate representation of color #061337: hue angle of 224.08º degrees, saturation: 0.8, 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 #061337 is Cyan = 0.89, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB61955-
CMYK0.890.6500.78
HSL224.08º80.33%11.96%-
HSV(B)224.08º89.09%21.57%-
XYZ10.783.71-
YUV19.22148.19118.57-

RGB Variations

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

RGB

RED value IS 6 (2.73% from 255) = 7.5%
GREEN value IS 19 (7.81% from 255) = 23.75%
BLUE value IS 55 (21.88% from 255) = 68.75%
R=7.5%
G=23.75%
B=68.75%

CMYK

C (Cyan) values IS 0.89
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal619550.890.6500.78224.0880.3311.96
Hex61337594104Ee050c
Octal62367131101011634012014
Binary1101001111011110110011000001010011101110000010100001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #061337

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #061337; }

 p { color: rgb(6,19,55); }

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

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

 a { background-color: rgb(6,19,55); }

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

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

 span { border-color: rgb(6,19,55); }

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