Html Css Color HEX #000730 Midnight Express

📋 copy color: '#000730'

red 0 ◦ green 7 ◦ blue 48

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

Shades of Midnight Express #000730

Tints of Midnight Express #000730

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 87.27%

R = 0%
G = 12.73%
B = 87.27%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#000730 (or 0x000730) is known color: Midnight Express. HEX triplet: 00, 07 and 30. RGB value is (0,7,48). Sum of RGB (Red+Green+Blue) = 0+7+48=55 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 55); Green value is 7 (3.12% from 255 or 12.73% from 55); Blue value is 48 (19.14% from 255 or 87.27% from 55); Max value from RGB is 48 - color contains mainly: blue. Hex color #000730 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #000730 is #FFF8CF. Grayscale: #090909. Windows color (decimal): -16775376 or 3147520. OLE color: 3147520.

HSL color Cylindrical-coordinate representation of color #000730: hue angle of 231.25º degrees, saturation: 1, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 1%. Process color model (Four color, CMYK) of #000730 is Cyan = 1, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB 0 7 48 -
CMYK 1 0.85 0 0.81
HSL 231.25º 1% 0.09% -
HSV(B) 231.25º 1% 0.19% -
XYZ 0.61 0.37 2.83 -
YUV 9.58 149.68 121.17 -
System Red Green Blue C M Y K H S L
Decimal 0 7 48 1 0.85 0 0.81 231.25 1 0.09
Hex 0 7 30 64 55 0 51 E7 64 9
Octal 0 7 60 144 125 0 121 347 144 11
Binary 0 111 110000 1100100 1010101 0 1010001 11100111 1100100 1001

Color Harmonies of #000730

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #000730

Black with #000730

Text Example


Text Example

White with #000730

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #000730; }

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

 H1.HeaderClassName
 {
   color: #000730;
 }
 .AnyTagClassName
 {
   color: #000730;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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