Html Css Color HEX #000735 Midnight Express

📋 copy color: '#000735'

red 0 ◦ green 7 ◦ blue 53

#000735
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Midnight Express #000735

Tints of Midnight Express #000735

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 7 (3.13% from 255) = 11.67%

 BLUE value IS 53 (21.09% from 255) = 88.33%

R = 0%
G = 11.67%
B = 88.33%

CMYK

 C value IS 1

 M value IS 0.87

 Y value IS 0

 K value IS 0.79

RGB Variations

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

Color information

#000735 (or 0x000735) is known color: 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

RGB 0 7 53 -
CMYK 1 0.87 0 0.79
HSL 232.08º 1% 0.1% -
HSV(B) 232.08º 1% 0.21% -
XYZ 0.72 0.41 3.41 -
YUV 10.15 152.18 120.76 -
System Red Green Blue C M Y K H S L
Decimal 0 7 53 1 0.87 0 0.79 232.08 1 0.1
Hex 0 7 35 64 57 0 4F E8 64 A
Octal 0 7 65 144 127 0 117 350 144 12
Binary 0 111 110101 1100100 1010111 0 1001111 11101000 1100100 1010

Color Harmonies of #000735

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000735

Black with #000735

Text Example


Text Example

White with #000735

Text Example


Text Example

HTML Codes & Css Web 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>