Html Css Color HEX #070A3F Midnight Express

📋 copy color: '#070A3F'

red 7 ◦ green 10 ◦ blue 63

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

Shades of Midnight Express #070A3F

Tints of Midnight Express #070A3F

RGB

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

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

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

R = 8.75%
G = 12.5%
B = 78.75%

CMYK

 C value IS 0.89

 M value IS 0.84

 Y value IS 0

 K value IS 0.75

RGB Variations

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

Color information

#070A3F (or 0x070A3F) is known color: Midnight Express. HEX triplet: 07, 0A and 3F. RGB value is (7,10,63). Sum of RGB (Red+Green+Blue) = 7+10+63=80 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.75% from 80); Green value is 10 (4.30% from 255 or 12.5% from 80); Blue value is 63 (25% from 255 or 78.75% from 80); Max value from RGB is 63 - color contains mainly: blue. Hex color #070A3F is not a web safe color. Web safe color analog (approx): #000033. Inversed color of #070A3F is #F8F5C0. Grayscale: #0E0E0E. Windows color (decimal): -16315841 or 4131335. OLE color: 4131335.

HSL color Cylindrical-coordinate representation of color #070A3F: hue angle of 236.79º 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 #070A3F is Cyan = 0.89, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB 7 10 63 -
CMYK 0.89 0.84 0 0.75
HSL 236.79º 0.8% 0.14% -
HSV(B) 236.79º 0.89% 0.25% -
XYZ 1.09 0.62 4.76 -
YUV 15.15 155.01 122.19 -
System Red Green Blue C M Y K H S L
Decimal 7 10 63 0.89 0.84 0 0.75 236.79 0.8 0.14
Hex 7 A 3F 59 54 0 4B ED 50 E
Octal 7 12 77 131 124 0 113 355 120 16
Binary 111 1010 111111 1011001 1010100 0 1001011 11101101 1010000 1110

Color Harmonies of #070A3F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A3F

Black with #070A3F

Text Example


Text Example

White with #070A3F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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