Html Css Color HEX #071273 Midnight Blue

📋 copy color: '#071273'

red 7 ◦ green 18 ◦ blue 115

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

Shades of Midnight Blue #071273

Tints of Midnight Blue #071273

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 82.14%

R = 5%
G = 12.86%
B = 82.14%

CMYK

 C value IS 0.94

 M value IS 0.84

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#071273 (or 0x071273) is known color: Midnight Blue. HEX triplet: 07, 12 and 73. RGB value is (7,18,115). Sum of RGB (Red+Green+Blue) = 7+18+115=140 (18% of max value = 765). Red value is 7 (3.12% from 255 or 5% from 140); Green value is 18 (7.42% from 255 or 12.86% from 140); Blue value is 115 (45.31% from 255 or 82.14% from 140); Max value from RGB is 115 - color contains mainly: blue. Hex color #071273 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071273 is #F8ED8C. Grayscale: #191919. Windows color (decimal): -16313741 or 7541255. OLE color: 7541255.

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

Color convert

RGB 7 18 115 -
CMYK 0.94 0.84 0 0.55
HSL 233.89º 0.89% 0.24% -
HSV(B) 233.89º 0.94% 0.45% -
XYZ 3.4 1.72 16.37 -
YUV 25.77 178.36 114.61 -
System Red Green Blue C M Y K H S L
Decimal 7 18 115 0.94 0.84 0 0.55 233.89 0.89 0.24
Hex 7 12 73 5E 54 0 37 EA 59 18
Octal 7 22 163 136 124 0 67 352 131 30
Binary 111 10010 1110011 1011110 1010100 0 110111 11101010 1011001 11000

Color Harmonies of #071273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071273

Black with #071273

Text Example


Text Example

White with #071273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071273; }

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

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

background-color css

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

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

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

border-color css

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

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

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