Html Css Color HEX #071982 Midnight Blue

📋 copy color: '#071982'

red 7 ◦ green 25 ◦ blue 130

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

Shades of Midnight Blue #071982

Tints of Midnight Blue #071982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 15.43%

 BLUE value IS 130 (51.17% from 255) = 80.25%

R = 4.32%
G = 15.43%
B = 80.25%

CMYK

 C value IS 0.95

 M value IS 0.81

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#071982 (or 0x071982) is known color: Midnight Blue. HEX triplet: 07, 19 and 82. RGB value is (7,25,130). Sum of RGB (Red+Green+Blue) = 7+25+130=162 (21% of max value = 765). Red value is 7 (3.12% from 255 or 4.32% from 162); Green value is 25 (10.16% from 255 or 15.43% from 162); Blue value is 130 (51.17% from 255 or 80.25% from 162); Max value from RGB is 130 - color contains mainly: blue. Hex color #071982 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071982 is #F8E67D. Grayscale: #1F1F1F. Windows color (decimal): -16311934 or 8526087. OLE color: 8526087.

HSL color Cylindrical-coordinate representation of color #071982: hue angle of 231.22º degrees, saturation: 0.9, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071982 is Cyan = 0.95, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB 7 25 130 -
CMYK 0.95 0.81 0 0.49
HSL 231.22º 0.9% 0.27% -
HSV(B) 231.22º 0.95% 0.51% -
XYZ 4.46 2.35 21.34 -
YUV 31.59 183.54 110.46 -
System Red Green Blue C M Y K H S L
Decimal 7 25 130 0.95 0.81 0 0.49 231.22 0.9 0.27
Hex 7 19 82 5F 51 0 31 E7 5A 1B
Octal 7 31 202 137 121 0 61 347 132 33
Binary 111 11001 10000010 1011111 1010001 0 110001 11100111 1011010 11011

Color Harmonies of #071982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071982

Black with #071982

Text Example


Text Example

White with #071982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071982; }

 p { color: rgb(7,25,130); }

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

background-color css

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

 a { background-color: rgb(7,25,130); }

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

border-color css

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

 span { border-color: rgb(7,25,130); }

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