Html Css Color HEX #071674 Midnight Blue

📋 copy color: '#071674'

red 7 ◦ green 22 ◦ blue 116

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

Shades of Midnight Blue #071674

Tints of Midnight Blue #071674

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 80%

R = 4.83%
G = 15.17%
B = 80%

CMYK

 C value IS 0.94

 M value IS 0.81

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#071674 (or 0x071674) is known color: Midnight Blue. HEX triplet: 07, 16 and 74. RGB value is (7,22,116). Sum of RGB (Red+Green+Blue) = 7+22+116=145 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.83% from 145); Green value is 22 (8.98% from 255 or 15.17% from 145); Blue value is 116 (45.70% from 255 or 80% from 145); Max value from RGB is 116 - color contains mainly: blue. Hex color #071674 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071674 is #F8E98B. Grayscale: #1B1B1B. Windows color (decimal): -16312716 or 7607815. OLE color: 7607815.

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

Color convert

RGB 7 22 116 -
CMYK 0.94 0.81 0 0.55
HSL 231.74º 0.89% 0.24% -
HSV(B) 231.74º 0.94% 0.45% -
XYZ 3.53 1.88 16.7 -
YUV 28.23 177.53 112.86 -
System Red Green Blue C M Y K H S L
Decimal 7 22 116 0.94 0.81 0 0.55 231.74 0.89 0.24
Hex 7 16 74 5E 51 0 37 E8 59 18
Octal 7 26 164 136 121 0 67 350 131 30
Binary 111 10110 1110100 1011110 1010001 0 110111 11101000 1011001 11000

Color Harmonies of #071674

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071674

Black with #071674

Text Example


Text Example

White with #071674

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071674; }

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

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

background-color css

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

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

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

border-color css

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

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

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