Html Css Color HEX #00072F Midnight Express

📋 copy color: '#00072F'

red 0 ◦ green 7 ◦ blue 47

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

Shades of Midnight Express #00072F

Tints of Midnight Express #00072F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 87.04%

R = 0%
G = 12.96%
B = 87.04%

CMYK

 C value IS 1

 M value IS 0.85

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#00072F (or 0x00072F) is known color: Midnight Express. HEX triplet: 00, 07 and 2F. RGB value is (0,7,47). Sum of RGB (Red+Green+Blue) = 0+7+47=54 (7% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 54); Green value is 7 (3.12% from 255 or 12.96% from 54); Blue value is 47 (18.75% from 255 or 87.04% from 54); Max value from RGB is 47 - color contains mainly: blue. Hex color #00072F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00072F is #FFF8D0. Grayscale: #090909. Windows color (decimal): -16775377 or 3081984. OLE color: 3081984.

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

Color convert

RGB 0 7 47 -
CMYK 1 0.85 0 0.82
HSL 231.06º 1% 0.09% -
HSV(B) 231.06º 1% 0.18% -
XYZ 0.59 0.36 2.73 -
YUV 9.47 149.18 121.25 -
System Red Green Blue C M Y K H S L
Decimal 0 7 47 1 0.85 0 0.82 231.06 1 0.09
Hex 0 7 2F 64 55 0 52 E7 64 9
Octal 0 7 57 144 125 0 122 347 144 11
Binary 0 111 101111 1100100 1010101 0 1010010 11100111 1100100 1001

Color Harmonies of #00072F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00072F

Black with #00072F

Text Example


Text Example

White with #00072F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00072F; }

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

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

background-color css

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

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

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

border-color css

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

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

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