Html Css Color HEX #071675 Midnight Blue

📋 copy color: '#071675'

red 7 ◦ green 22 ◦ blue 117

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

Shades of Midnight Blue #071675

Tints of Midnight Blue #071675

RGB

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

 GREEN value IS 22 (8.98% from 255) = 15.07%

 BLUE value IS 117 (46.09% from 255) = 80.14%

R = 4.79%
G = 15.07%
B = 80.14%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#071675 (or 0x071675) is known color: Midnight Blue. HEX triplet: 07, 16 and 75. RGB value is (7,22,117). Sum of RGB (Red+Green+Blue) = 7+22+117=146 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.79% from 146); Green value is 22 (8.98% from 255 or 15.07% from 146); Blue value is 117 (46.09% from 255 or 80.14% from 146); Max value from RGB is 117 - color contains mainly: blue. Hex color #071675 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071675 is #F8E98A. Grayscale: #1B1B1B. Windows color (decimal): -16312715 or 7673351. OLE color: 7673351.

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

Color convert

RGB 7 22 117 -
CMYK 0.94 0.81 0 0.54
HSL 231.82º 0.89% 0.24% -
HSV(B) 231.82º 0.94% 0.46% -
XYZ 3.59 1.9 17.01 -
YUV 28.35 178.03 112.78 -
System Red Green Blue C M Y K H S L
Decimal 7 22 117 0.94 0.81 0 0.54 231.82 0.89 0.24
Hex 7 16 75 5E 51 0 36 E8 59 18
Octal 7 26 165 136 121 0 66 350 131 30
Binary 111 10110 1110101 1011110 1010001 0 110110 11101000 1011001 11000

Color Harmonies of #071675

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071675

Black with #071675

Text Example


Text Example

White with #071675

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071675; }

 p { color: rgb(7,22,117); }

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

background-color css

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

 a { background-color: rgb(7,22,117); }

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

border-color css

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

 span { border-color: rgb(7,22,117); }

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