Html Css Color HEX #071377 Midnight Blue

📋 copy color: '#071377'

red 7 ◦ green 19 ◦ blue 119

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

Shades of Midnight Blue #071377

Tints of Midnight Blue #071377

RGB

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

 GREEN value IS 19 (7.81% from 255) = 13.1%

 BLUE value IS 119 (46.88% from 255) = 82.07%

R = 4.83%
G = 13.1%
B = 82.07%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#071377 (or 0x071377) is known color: Midnight Blue. HEX triplet: 07, 13 and 77. RGB value is (7,19,119). Sum of RGB (Red+Green+Blue) = 7+19+119=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 19 (7.81% from 255 or 13.10% from 145); Blue value is 119 (46.88% from 255 or 82.07% from 145); Max value from RGB is 119 - color contains mainly: blue. Hex color #071377 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071377 is #F8EC88. Grayscale: #1A1A1A. Windows color (decimal): -16313481 or 7803655. OLE color: 7803655.

HSL color Cylindrical-coordinate representation of color #071377: hue angle of 233.57º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #071377 is Cyan = 0.94, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 19 119 -
CMYK 0.94 0.84 0 0.53
HSL 233.57º 0.89% 0.25% -
HSV(B) 233.57º 0.94% 0.47% -
XYZ 3.65 1.84 17.62 -
YUV 26.81 180.02 113.87 -
System Red Green Blue C M Y K H S L
Decimal 7 19 119 0.94 0.84 0 0.53 233.57 0.89 0.25
Hex 7 13 77 5E 54 0 35 EA 59 19
Octal 7 23 167 136 124 0 65 352 131 31
Binary 111 10011 1110111 1011110 1010100 0 110101 11101010 1011001 11001

Color Harmonies of #071377

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071377

Black with #071377

Text Example


Text Example

White with #071377

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071377; }

 p { color: rgb(7,19,119); }

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

background-color css

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

 a { background-color: rgb(7,19,119); }

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

border-color css

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

 span { border-color: rgb(7,19,119); }

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