Html Css Color HEX #071277 Midnight Blue

📋 copy color: '#071277'

red 7 ◦ green 18 ◦ blue 119

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

Shades of Midnight Blue #071277

Tints of Midnight Blue #071277

RGB

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

 GREEN value IS 18 (7.42% from 255) = 12.5%

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

R = 4.86%
G = 12.5%
B = 82.64%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#071277 (or 0x071277) is known color: Midnight Blue. HEX triplet: 07, 12 and 77. RGB value is (7,18,119). Sum of RGB (Red+Green+Blue) = 7+18+119=144 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.86% from 144); Green value is 18 (7.42% from 255 or 12.5% from 144); Blue value is 119 (46.88% from 255 or 82.64% from 144); Max value from RGB is 119 - color contains mainly: blue. Hex color #071277 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071277 is #F8ED88. Grayscale: #191919. Windows color (decimal): -16313737 or 7803399. OLE color: 7803399.

HSL color Cylindrical-coordinate representation of color #071277: hue angle of 234.11º 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 #071277 is Cyan = 0.94, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 7 18 119 -
CMYK 0.94 0.85 0 0.53
HSL 234.11º 0.89% 0.25% -
HSV(B) 234.11º 0.94% 0.47% -
XYZ 3.63 1.81 17.61 -
YUV 26.23 180.36 114.29 -
System Red Green Blue C M Y K H S L
Decimal 7 18 119 0.94 0.85 0 0.53 234.11 0.89 0.25
Hex 7 12 77 5E 55 0 35 EA 59 19
Octal 7 22 167 136 125 0 65 352 131 31
Binary 111 10010 1110111 1011110 1010101 0 110101 11101010 1011001 11001

Color Harmonies of #071277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071277

Black with #071277

Text Example


Text Example

White with #071277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071277; }

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

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

background-color css

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

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

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

border-color css

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

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

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