Html Css Color HEX #070C58 Midnight Blue

📋 copy color: '#070C58'

red 7 ◦ green 12 ◦ blue 88

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

Shades of Midnight Blue #070C58

Tints of Midnight Blue #070C58

RGB

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

 GREEN value IS 12 (5.08% from 255) = 11.21%

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

R = 6.54%
G = 11.21%
B = 82.24%

CMYK

 C value IS 0.92

 M value IS 0.86

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#070C58 (or 0x070C58) is known color: Midnight Blue. HEX triplet: 07, 0C and 58. RGB value is (7,12,88). Sum of RGB (Red+Green+Blue) = 7+12+88=107 (14% of max value = 765). Red value is 7 (3.12% from 255 or 6.54% from 107); Green value is 12 (5.08% from 255 or 11.21% from 107); Blue value is 88 (34.77% from 255 or 82.24% from 107); Max value from RGB is 88 - color contains mainly: blue. Hex color #070C58 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C58 is #F8F3A7. Grayscale: #121212. Windows color (decimal): -16315304 or 5770247. OLE color: 5770247.

HSL color Cylindrical-coordinate representation of color #070C58: hue angle of 236.3º 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 #070C58 is Cyan = 0.92, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 7 12 88 -
CMYK 0.92 0.86 0 0.65
HSL 236.3º 0.85% 0.19% -
HSV(B) 236.3º 0.92% 0.35% -
XYZ 1.98 1.01 9.32 -
YUV 19.17 166.84 119.32 -
System Red Green Blue C M Y K H S L
Decimal 7 12 88 0.92 0.86 0 0.65 236.3 0.85 0.19
Hex 7 C 58 5C 56 0 41 EC 55 13
Octal 7 14 130 134 126 0 101 354 125 23
Binary 111 1100 1011000 1011100 1010110 0 1000001 11101100 1010101 10011

Color Harmonies of #070C58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C58

Black with #070C58

Text Example


Text Example

White with #070C58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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