Html Css Color HEX #070C51 Midnight Blue

📋 copy color: '#070C51'

red 7 ◦ green 12 ◦ blue 81

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

Shades of Midnight Blue #070C51

Tints of Midnight Blue #070C51

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 81%

R = 7%
G = 12%
B = 81%

CMYK

 C value IS 0.91

 M value IS 0.85

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#070C51 (or 0x070C51) is known color: Midnight Blue. HEX triplet: 07, 0C and 51. RGB value is (7,12,81). Sum of RGB (Red+Green+Blue) = 7+12+81=100 (13% of max value = 765). Red value is 7 (3.12% from 255 or 7% from 100); Green value is 12 (5.08% from 255 or 12% from 100); Blue value is 81 (32.03% from 255 or 81% from 100); Max value from RGB is 81 - color contains mainly: blue. Hex color #070C51 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C51 is #F8F3AE. Grayscale: #121212. Windows color (decimal): -16315311 or 5311495. OLE color: 5311495.

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

Color convert

RGB 7 12 81 -
CMYK 0.91 0.85 0 0.68
HSL 235.95º 0.84% 0.17% -
HSV(B) 235.95º 0.91% 0.32% -
XYZ 1.7 0.9 7.87 -
YUV 18.37 163.34 119.89 -
System Red Green Blue C M Y K H S L
Decimal 7 12 81 0.91 0.85 0 0.68 235.95 0.84 0.17
Hex 7 C 51 5B 55 0 44 EC 54 11
Octal 7 14 121 133 125 0 104 354 124 21
Binary 111 1100 1010001 1011011 1010101 0 1000100 11101100 1010100 10001

Color Harmonies of #070C51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C51

Black with #070C51

Text Example


Text Example

White with #070C51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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