Html Css Color HEX #070A3A Midnight Express

📋 copy color: '#070A3A'

red 7 ◦ green 10 ◦ blue 58

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

Shades of Midnight Express #070A3A

Tints of Midnight Express #070A3A

RGB

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

 GREEN value IS 10 (4.3% from 255) = 13.33%

 BLUE value IS 58 (23.05% from 255) = 77.33%

R = 9.33%
G = 13.33%
B = 77.33%

CMYK

 C value IS 0.88

 M value IS 0.83

 Y value IS 0

 K value IS 0.77

RGB Variations

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

Color information

#070A3A (or 0x070A3A) is known color: Midnight Express. HEX triplet: 07, 0A and 3A. RGB value is (7,10,58). Sum of RGB (Red+Green+Blue) = 7+10+58=75 (9% of max value = 765). Red value is 7 (3.12% from 255 or 9.33% from 75); Green value is 10 (4.30% from 255 or 13.33% from 75); Blue value is 58 (23.05% from 255 or 77.33% from 75); Max value from RGB is 58 - color contains mainly: blue. Hex color #070A3A is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A3A is #F8F5C5. Grayscale: #0E0E0E. Windows color (decimal): -16315846 or 3803655. OLE color: 3803655.

HSL color Cylindrical-coordinate representation of color #070A3A: hue angle of 236.47º degrees, saturation: 0.78, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #070A3A is Cyan = 0.88, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB 7 10 58 -
CMYK 0.88 0.83 0 0.77
HSL 236.47º 0.78% 0.13% -
HSV(B) 236.47º 0.88% 0.23% -
XYZ 0.96 0.57 4.06 -
YUV 14.58 152.51 122.6 -
System Red Green Blue C M Y K H S L
Decimal 7 10 58 0.88 0.83 0 0.77 236.47 0.78 0.13
Hex 7 A 3A 58 53 0 4D EC 4E D
Octal 7 12 72 130 123 0 115 354 116 15
Binary 111 1010 111010 1011000 1010011 0 1001101 11101100 1001110 1101

Color Harmonies of #070A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A3A

Black with #070A3A

Text Example


Text Example

White with #070A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070A3A; }

 p { color: rgb(7,10,58); }

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

background-color css

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

 a { background-color: rgb(7,10,58); }

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

border-color css

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

 span { border-color: rgb(7,10,58); }

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