Html Css Color HEX #070C52 Midnight Blue

📋 copy color: '#070C52'

red 7 ◦ green 12 ◦ blue 82

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

Shades of Midnight Blue #070C52

Tints of Midnight Blue #070C52

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 81.19%

R = 6.93%
G = 11.88%
B = 81.19%

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

#070C52 (or 0x070C52) is known color: Midnight Blue. HEX triplet: 07, 0C and 52. RGB value is (7,12,82). Sum of RGB (Red+Green+Blue) = 7+12+82=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 12 (5.08% from 255 or 11.88% from 101); Blue value is 82 (32.42% from 255 or 81.19% from 101); Max value from RGB is 82 - color contains mainly: blue. Hex color #070C52 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070C52 is #F8F3AD. Grayscale: #121212. Windows color (decimal): -16315310 or 5377031. OLE color: 5377031.

HSL color Cylindrical-coordinate representation of color #070C52: hue angle of 236º 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 #070C52 is Cyan = 0.91, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 12 82 -
CMYK 0.91 0.85 0 0.68
HSL 236º 0.84% 0.17% -
HSV(B) 236º 0.91% 0.32% -
XYZ 1.74 0.92 8.07 -
YUV 18.49 163.84 119.81 -
System Red Green Blue C M Y K H S L
Decimal 7 12 82 0.91 0.85 0 0.68 236 0.84 0.17
Hex 7 C 52 5B 55 0 44 EC 54 11
Octal 7 14 122 133 125 0 104 354 124 21
Binary 111 1100 1010010 1011011 1010101 0 1000100 11101100 1010100 10001

Color Harmonies of #070C52

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070C52

Black with #070C52

Text Example


Text Example

White with #070C52

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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