Html Css Color HEX #070038 Midnight Express

📋 copy color: '#070038'

red 7 ◦ green 0 ◦ blue 56

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

Shades of Midnight Express #070038

Tints of Midnight Express #070038

RGB

 RED value IS 7 (3.13% from 255) = 11.11%

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

 BLUE value IS 56 (22.27% from 255) = 88.89%

R = 11.11%
G = 0%
B = 88.89%

CMYK

 C value IS 0.88

 M value IS 1

 Y value IS 0

 K value IS 0.78

RGB Variations

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

Color information

#070038 (or 0x070038) is known color: Midnight Express. HEX triplet: 07, 00 and 38. RGB value is (7,0,56). Sum of RGB (Red+Green+Blue) = 7+0+56=63 (8% of max value = 765). Red value is 7 (3.12% from 255 or 11.11% from 63); Green value is 0 (0.39% from 255 or 0% from 63); Blue value is 56 (22.27% from 255 or 88.89% from 63); Max value from RGB is 56 - color contains mainly: blue. Hex color #070038 is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070038 is #F8FFC7. Grayscale: #080808. Windows color (decimal): -16318408 or 3670023. OLE color: 3670023.

HSL color Cylindrical-coordinate representation of color #070038: hue angle of 247.5º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #070038 is Cyan = 0.88, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB 7 0 56 -
CMYK 0.88 1 0 0.78
HSL 247.5º 1% 0.11% -
HSV(B) 247.5º 1% 0.22% -
XYZ 0.8 0.33 3.76 -
YUV 8.48 154.82 126.95 -
System Red Green Blue C M Y K H S L
Decimal 7 0 56 0.88 1 0 0.78 247.5 1 0.11
Hex 7 0 38 58 64 0 4E F8 64 B
Octal 7 0 70 130 144 0 116 370 144 13
Binary 111 0 111000 1011000 1100100 0 1001110 11111000 1100100 1011

Color Harmonies of #070038

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070038

Black with #070038

Text Example


Text Example

White with #070038

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070038; }

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

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

background-color css

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

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

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

border-color css

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

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

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