Html Css Color HEX #071099 New Midnight Blue

📋 copy color: '#071099'

red 7 ◦ green 16 ◦ blue 153

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

Shades of New Midnight Blue #071099

Tints of New Midnight Blue #071099

RGB

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

 GREEN value IS 16 (6.64% from 255) = 9.09%

 BLUE value IS 153 (60.16% from 255) = 86.93%

R = 3.98%
G = 9.09%
B = 86.93%

CMYK

 C value IS 0.95

 M value IS 0.90

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#071099 (or 0x071099) is known color: New Midnight Blue. HEX triplet: 07, 10 and 99. RGB value is (7,16,153). Sum of RGB (Red+Green+Blue) = 7+16+153=176 (23% of max value = 765). Red value is 7 (3.12% from 255 or 3.98% from 176); Green value is 16 (6.64% from 255 or 9.09% from 176); Blue value is 153 (60.16% from 255 or 86.93% from 176); Max value from RGB is 153 - color contains mainly: blue. Hex color #071099 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #071099 is #F8EF66. Grayscale: #1C1C1C. Windows color (decimal): -16314215 or 10031111. OLE color: 10031111.

HSL color Cylindrical-coordinate representation of color #071099: hue angle of 236.3º degrees, saturation: 0.91, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #071099 is Cyan = 0.95, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 7 16 153 -
CMYK 0.95 0.90 0 0.4
HSL 236.3º 0.91% 0.31% -
HSV(B) 236.3º 0.95% 0.6% -
XYZ 6.02 2.72 30.34 -
YUV 28.93 198.02 112.36 -
System Red Green Blue C M Y K H S L
Decimal 7 16 153 0.95 0.90 0 0.4 236.3 0.91 0.31
Hex 7 10 99 5F 5A 0 28 EC 5B 1F
Octal 7 20 231 137 132 0 50 354 133 37
Binary 111 10000 10011001 1011111 1011010 0 101000 11101100 1011011 11111

Color Harmonies of #071099

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071099

Black with #071099

Text Example


Text Example

White with #071099

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071099; }

 p { color: rgb(7,16,153); }

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

background-color css

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

 a { background-color: rgb(7,16,153); }

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

border-color css

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

 span { border-color: rgb(7,16,153); }

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