Html Css Color HEX #00073B Midnight Express

📋 copy color: '#00073B'

red 0 ◦ green 7 ◦ blue 59

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

Shades of Midnight Express #00073B

Tints of Midnight Express #00073B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 89.39%

R = 0%
G = 10.61%
B = 89.39%

CMYK

 C value IS 1

 M value IS 0.88

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#00073B (or 0x00073B) is known color: Midnight Express. HEX triplet: 00, 07 and 3B. RGB value is (0,7,59). Sum of RGB (Red+Green+Blue) = 0+7+59=66 (8% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 66); Green value is 7 (3.12% from 255 or 10.61% from 66); Blue value is 59 (23.44% from 255 or 89.39% from 66); Max value from RGB is 59 - color contains mainly: blue. Hex color #00073B is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #00073B is #FFF8C4. Grayscale: #0A0A0A. Windows color (decimal): -16775365 or 3868416. OLE color: 3868416.

HSL color Cylindrical-coordinate representation of color #00073B: hue angle of 232.88º degrees, saturation: 1, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00073B is Cyan = 1, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 0 7 59 -
CMYK 1 0.88 0 0.77
HSL 232.88º 1% 0.12% -
HSV(B) 232.88º 1% 0.23% -
XYZ 0.87 0.47 4.18 -
YUV 10.84 155.18 120.27 -
System Red Green Blue C M Y K H S L
Decimal 0 7 59 1 0.88 0 0.77 232.88 1 0.12
Hex 0 7 3B 64 58 0 4D E9 64 C
Octal 0 7 73 144 130 0 115 351 144 14
Binary 0 111 111011 1100100 1011000 0 1001101 11101001 1100100 1100

Color Harmonies of #00073B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00073B

Black with #00073B

Text Example


Text Example

White with #00073B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00073B; }

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

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

background-color css

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

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

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

border-color css

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

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

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