#071335

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

Shades of Midnight Express #071335

Tints of Midnight Express #071335

Color information

#071335 (or 0x071335) is unknown color: approx Midnight Express. HEX triplet: 07, 13 and 35. RGB value is (7,19,53). Sum of RGB (Red+Green+Blue) = 7+19+53=79 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.86% from 79); Green value is 19 (7.81% from 255 or 24.05% from 79); Blue value is 53 (21.09% from 255 or 67.09% from 79); Max value from RGB is 53 - color contains mainly: blue. Hex color #071335 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #071335 is #F8ECCA. Grayscale: #131313. Windows color (decimal): -16313547 or 3478279. OLE color: 3478279.

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

Color convert

RGB71953-
CMYK0.870.6400.79
HSL224.35º76.67%11.76%-
HSV(B)224.35º86.79%20.78%-
XYZ0.960.773.47-
YUV19.29147.02119.24-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.86%
GREEN value IS 19 (7.81% from 255) = 24.05%
BLUE value IS 53 (21.09% from 255) = 67.09%
R=8.86%
G=24.05%
B=67.09%

CMYK

C (Cyan) values IS 0.87
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal719530.870.6400.79224.3576.6711.76
Hex71335574004Fe04dc
Octal72365127100011734011514
Binary1111001111010110101111000000010011111110000010011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #071335

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #071335; }

 p { color: rgb(7,19,53); }

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

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

 a { background-color: rgb(7,19,53); }

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

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

 span { border-color: rgb(7,19,53); }

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