Html Css Color HEX #070E6C Midnight Blue

📋 copy color: '#070E6C'

red 7 ◦ green 14 ◦ blue 108

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

Shades of Midnight Blue #070E6C

Tints of Midnight Blue #070E6C

RGB

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

 GREEN value IS 14 (5.86% from 255) = 10.85%

 BLUE value IS 108 (42.58% from 255) = 83.72%

R = 5.43%
G = 10.85%
B = 83.72%

CMYK

 C value IS 0.94

 M value IS 0.87

 Y value IS 0

 K value IS 0.58

RGB Variations

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

Color information

#070E6C (or 0x070E6C) is known color: Midnight Blue. HEX triplet: 07, 0E and 6C. RGB value is (7,14,108). Sum of RGB (Red+Green+Blue) = 7+14+108=129 (17% of max value = 765). Red value is 7 (3.12% from 255 or 5.43% from 129); Green value is 14 (5.86% from 255 or 10.85% from 129); Blue value is 108 (42.58% from 255 or 83.72% from 129); Max value from RGB is 108 - color contains mainly: blue. Hex color #070E6C is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070E6C is #F8F193. Grayscale: #161616. Windows color (decimal): -16314772 or 7081479. OLE color: 7081479.

HSL color Cylindrical-coordinate representation of color #070E6C: hue angle of 235.84º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #070E6C is Cyan = 0.94, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB 7 14 108 -
CMYK 0.94 0.87 0 0.58
HSL 235.84º 0.88% 0.23% -
HSV(B) 235.84º 0.94% 0.42% -
XYZ 2.95 1.44 14.31 -
YUV 22.62 176.18 116.86 -
System Red Green Blue C M Y K H S L
Decimal 7 14 108 0.94 0.87 0 0.58 235.84 0.88 0.23
Hex 7 E 6C 5E 57 0 3A EC 58 17
Octal 7 16 154 136 127 0 72 354 130 27
Binary 111 1110 1101100 1011110 1010111 0 111010 11101100 1011000 10111

Color Harmonies of #070E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070E6C

Black with #070E6C

Text Example


Text Example

White with #070E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(7,14,108); }

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

background-color css

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

 a { background-color: rgb(7,14,108); }

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

border-color css

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

 span { border-color: rgb(7,14,108); }

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