#000735

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

Shades of Midnight Express #000735

Tints of Midnight Express #000735

Color information

#000735 (or 0x000735) is unknown color: approx Midnight Express. HEX triplet: 00, 07 and 35. RGB value is (0,7,53). Sum of RGB (Red+Green+Blue) = 0+7+53=60 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 60); Green value is 7 (3.12% from 255 or 11.67% from 60); Blue value is 53 (21.09% from 255 or 88.33% from 60); Max value from RGB is 53 - color contains mainly: blue. Hex color #000735 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000735 is #FFF8CA. Grayscale: #090909. Windows color (decimal): -16775371 or 3475200. OLE color: 3475200.

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

Color convert

RGB0753-
CMYK10.8700.79
HSL232.08º100%10.39%-
HSV(B)232.08º100%20.78%-
XYZ0.720.413.41-
YUV10.15152.18120.76-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 7 (3.12% from 255) = 11.67%
BLUE value IS 53 (21.09% from 255) = 88.33%
R=0%
G=11.67%
B=88.33%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.87
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal075310.8700.79232.0810010.39
Hex0735645704Fe864a
Octal0765144127011735014412
Binary011111010111001001010111010011111110100011001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #000735

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #000735; }

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

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

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

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

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

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

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

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