Html Css Color HEX #070251 Midnight Blue

📋 copy color: '#070251'

red 7 ◦ green 2 ◦ blue 81

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

Shades of Midnight Blue #070251

Tints of Midnight Blue #070251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.22%

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

R = 7.78%
G = 2.22%
B = 90%

CMYK

 C value IS 0.91

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#070251 (or 0x070251) is known color: Midnight Blue. HEX triplet: 07, 02 and 51. RGB value is (7,2,81). Sum of RGB (Red+Green+Blue) = 7+2+81=90 (11% of max value = 765). Red value is 7 (3.12% from 255 or 7.78% from 90); Green value is 2 (1.17% from 255 or 2.22% from 90); Blue value is 81 (32.03% from 255 or 90% from 90); Max value from RGB is 81 - color contains mainly: blue. Hex color #070251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #070251 is #F8FDAE. Grayscale: #0C0C0C. Windows color (decimal): -16317871 or 5308935. OLE color: 5308935.

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

Color convert

RGB 7 2 81 -
CMYK 0.91 0.98 0 0.68
HSL 243.8º 0.95% 0.16% -
HSV(B) 243.8º 0.98% 0.32% -
XYZ 1.59 0.68 7.83 -
YUV 12.5 166.66 124.08 -
System Red Green Blue C M Y K H S L
Decimal 7 2 81 0.91 0.98 0 0.68 243.8 0.95 0.16
Hex 7 2 51 5B 62 0 44 F4 5F 10
Octal 7 2 121 133 142 0 104 364 137 20
Binary 111 10 1010001 1011011 1100010 0 1000100 11110100 1011111 10000

Color Harmonies of #070251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #070251

Black with #070251

Text Example


Text Example

White with #070251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #070251; }

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

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

background-color css

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

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

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

border-color css

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

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

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