Html Css Color HEX #070152 Midnight Blue

📋 copy color: '#070152'

red 7 ◦ green 1 ◦ blue 82

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

Shades of Midnight Blue #070152

Tints of Midnight Blue #070152

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.11%

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

R = 7.78%
G = 1.11%
B = 91.11%

CMYK

 C value IS 0.91

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#070152 (or 0x070152) is known color: Midnight Blue. HEX triplet: 07, 01 and 52. RGB value is (7,1,82). Sum of RGB (Red+Green+Blue) = 7+1+82=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 1 (0.78% from 255 or 1.11% from 90); Blue value is 82 (32.42% from 255 or 91.11% from 90); Max value from RGB is 82 - color contains mainly: blue. Hex color #070152 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070152 is #F8FEAD. Grayscale: #0B0B0B. Windows color (decimal): -16318126 or 5374215. OLE color: 5374215.

HSL color Cylindrical-coordinate representation of color #070152: hue angle of 244.44º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #070152 is Cyan = 0.91, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 7 1 82 -
CMYK 0.91 0.99 0 0.68
HSL 244.44º 0.98% 0.16% -
HSV(B) 244.44º 0.99% 0.32% -
XYZ 1.62 0.68 8.03 -
YUV 12.03 167.49 124.41 -
System Red Green Blue C M Y K H S L
Decimal 7 1 82 0.91 0.99 0 0.68 244.44 0.98 0.16
Hex 7 1 52 5B 63 0 44 F4 62 10
Octal 7 1 122 133 143 0 104 364 142 20
Binary 111 1 1010010 1011011 1100011 0 1000100 11110100 1100010 10000

Color Harmonies of #070152

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070152

Black with #070152

Text Example


Text Example

White with #070152

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070152; }

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

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

background-color css

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

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

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

border-color css

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

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

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