Html Css Color HEX #070858 Midnight Blue

📋 copy color: '#070858'

red 7 ◦ green 8 ◦ blue 88

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

Shades of Midnight Blue #070858

Tints of Midnight Blue #070858

RGB

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

 GREEN value IS 8 (3.52% from 255) = 7.77%

 BLUE value IS 88 (34.77% from 255) = 85.44%

R = 6.8%
G = 7.77%
B = 85.44%

CMYK

 C value IS 0.92

 M value IS 0.91

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#070858 (or 0x070858) is known color: Midnight Blue. HEX triplet: 07, 08 and 58. RGB value is (7,8,88). Sum of RGB (Red+Green+Blue) = 7+8+88=103 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.80% from 103); Green value is 8 (3.52% from 255 or 7.77% from 103); Blue value is 88 (34.77% from 255 or 85.44% from 103); Max value from RGB is 88 - color contains mainly: blue. Hex color #070858 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070858 is #F8F7A7. Grayscale: #101010. Windows color (decimal): -16316328 or 5769223. OLE color: 5769223.

HSL color Cylindrical-coordinate representation of color #070858: hue angle of 239.26º degrees, saturation: 0.85, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #070858 is Cyan = 0.92, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 8 88 -
CMYK 0.92 0.91 0 0.65
HSL 239.26º 0.85% 0.19% -
HSV(B) 239.26º 0.92% 0.35% -
XYZ 1.94 0.92 9.31 -
YUV 16.82 168.17 121 -
System Red Green Blue C M Y K H S L
Decimal 7 8 88 0.92 0.91 0 0.65 239.26 0.85 0.19
Hex 7 8 58 5C 5B 0 41 EF 55 13
Octal 7 10 130 134 133 0 101 357 125 23
Binary 111 1000 1011000 1011100 1011011 0 1000001 11101111 1010101 10011

Color Harmonies of #070858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070858

Black with #070858

Text Example


Text Example

White with #070858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070858; }

 p { color: rgb(7,8,88); }

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

background-color css

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

 a { background-color: rgb(7,8,88); }

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

border-color css

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

 span { border-color: rgb(7,8,88); }

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