Html Css Color HEX #08073F Midnight Express

📋 copy color: '#08073F'

red 8 ◦ green 7 ◦ blue 63

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

Shades of Midnight Express #08073F

Tints of Midnight Express #08073F

RGB

 RED value IS 8 (3.52% from 255) = 10.26%

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

 BLUE value IS 63 (25% from 255) = 80.77%

R = 10.26%
G = 8.97%
B = 80.77%

CMYK

 C value IS 0.87

 M value IS 0.89

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#08073F (or 0x08073F) is known color: Midnight Express. HEX triplet: 08, 07 and 3F. RGB value is (8,7,63). Sum of RGB (Red+Green+Blue) = 8+7+63=78 (10% of max value = 765). Red value is 8 (3.52% from 255 or 10.26% from 78); Green value is 7 (3.12% from 255 or 8.97% from 78); Blue value is 63 (25% from 255 or 80.77% from 78); Max value from RGB is 63 - color contains mainly: blue. Hex color #08073F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #08073F is #F7F8C0. Grayscale: #0D0D0D. Windows color (decimal): -16251073 or 4130568. OLE color: 4130568.

HSL color Cylindrical-coordinate representation of color #08073F: hue angle of 241.07º degrees, saturation: 0.8, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #08073F is Cyan = 0.87, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 8 7 63 -
CMYK 0.87 0.89 0 0.75
HSL 241.07º 0.8% 0.14% -
HSV(B) 241.07º 0.89% 0.25% -
XYZ 1.07 0.56 4.75 -
YUV 13.68 155.83 123.95 -
System Red Green Blue C M Y K H S L
Decimal 8 7 63 0.87 0.89 0 0.75 241.07 0.8 0.14
Hex 8 7 3F 57 59 0 4B F1 50 E
Octal 10 7 77 127 131 0 113 361 120 16
Binary 1000 111 111111 1010111 1011001 0 1001011 11110001 1010000 1110

Color Harmonies of #08073F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #08073F

Black with #08073F

Text Example


Text Example

White with #08073F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(8,7,63); }

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

background-color css

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

 a { background-color: rgb(8,7,63); }

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

border-color css

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

 span { border-color: rgb(8,7,63); }

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