Html Css Color HEX #070A4E Midnight Blue

📋 copy color: '#070A4E'

red 7 ◦ green 10 ◦ blue 78

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

Shades of Midnight Blue #070A4E

Tints of Midnight Blue #070A4E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 82.11%

R = 7.37%
G = 10.53%
B = 82.11%

CMYK

 C value IS 0.91

 M value IS 0.87

 Y value IS 0

 K value IS 0.69

RGB Variations

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

Color information

#070A4E (or 0x070A4E) is known color: Midnight Blue. HEX triplet: 07, 0A and 4E. RGB value is (7,10,78). Sum of RGB (Red+Green+Blue) = 7+10+78=95 (12% of max value = 765). Red value is 7 (3.12% from 255 or 7.37% from 95); Green value is 10 (4.30% from 255 or 10.53% from 95); Blue value is 78 (30.86% from 255 or 82.11% from 95); Max value from RGB is 78 - color contains mainly: blue. Hex color #070A4E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070A4E is #F8F5B1. Grayscale: #101010. Windows color (decimal): -16315826 or 5114375. OLE color: 5114375.

HSL color Cylindrical-coordinate representation of color #070A4E: hue angle of 237.46º degrees, saturation: 0.84, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #070A4E is Cyan = 0.91, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB 7 10 78 -
CMYK 0.91 0.87 0 0.69
HSL 237.46º 0.84% 0.17% -
HSV(B) 237.46º 0.91% 0.31% -
XYZ 1.57 0.81 7.28 -
YUV 16.86 162.51 120.97 -
System Red Green Blue C M Y K H S L
Decimal 7 10 78 0.91 0.87 0 0.69 237.46 0.84 0.17
Hex 7 A 4E 5B 57 0 45 ED 54 11
Octal 7 12 116 133 127 0 105 355 124 21
Binary 111 1010 1001110 1011011 1010111 0 1000101 11101101 1010100 10001

Color Harmonies of #070A4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070A4E

Black with #070A4E

Text Example


Text Example

White with #070A4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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