Html Css Color HEX #071163 Midnight Blue

📋 copy color: '#071163'

red 7 ◦ green 17 ◦ blue 99

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

Shades of Midnight Blue #071163

Tints of Midnight Blue #071163

RGB

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

 GREEN value IS 17 (7.03% from 255) = 13.82%

 BLUE value IS 99 (39.06% from 255) = 80.49%

R = 5.69%
G = 13.82%
B = 80.49%

CMYK

 C value IS 0.93

 M value IS 0.83

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#071163 (or 0x071163) is known color: Midnight Blue. HEX triplet: 07, 11 and 63. RGB value is (7,17,99). Sum of RGB (Red+Green+Blue) = 7+17+99=123 (16% of max value = 765). Red value is 7 (3.12% from 255 or 5.69% from 123); Green value is 17 (7.03% from 255 or 13.82% from 123); Blue value is 99 (39.06% from 255 or 80.49% from 123); Max value from RGB is 99 - color contains mainly: blue. Hex color #071163 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071163 is #F8EE9C. Grayscale: #171717. Windows color (decimal): -16314013 or 6492423. OLE color: 6492423.

HSL color Cylindrical-coordinate representation of color #071163: hue angle of 233.48º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #071163 is Cyan = 0.93, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 7 17 99 -
CMYK 0.93 0.83 0 0.61
HSL 233.48º 0.87% 0.21% -
HSV(B) 233.48º 0.93% 0.39% -
XYZ 2.54 1.35 11.93 -
YUV 23.36 170.69 116.33 -
System Red Green Blue C M Y K H S L
Decimal 7 17 99 0.93 0.83 0 0.61 233.48 0.87 0.21
Hex 7 11 63 5D 53 0 3D E9 57 15
Octal 7 21 143 135 123 0 75 351 127 25
Binary 111 10001 1100011 1011101 1010011 0 111101 11101001 1010111 10101

Color Harmonies of #071163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071163

Black with #071163

Text Example


Text Example

White with #071163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071163; }

 p { color: rgb(7,17,99); }

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

background-color css

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

 a { background-color: rgb(7,17,99); }

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

border-color css

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

 span { border-color: rgb(7,17,99); }

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