Html Css Color HEX #071275 Midnight Blue

📋 copy color: '#071275'

red 7 ◦ green 18 ◦ blue 117

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

Shades of Midnight Blue #071275

Tints of Midnight Blue #071275

RGB

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

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

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

R = 4.93%
G = 12.68%
B = 82.39%

CMYK

 C value IS 0.94

 M value IS 0.85

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#071275 (or 0x071275) is known color: Midnight Blue. HEX triplet: 07, 12 and 75. RGB value is (7,18,117). Sum of RGB (Red+Green+Blue) = 7+18+117=142 (18% of max value = 765). Red value is 7 (3.12% from 255 or 4.93% from 142); Green value is 18 (7.42% from 255 or 12.68% from 142); Blue value is 117 (46.09% from 255 or 82.39% from 142); Max value from RGB is 117 - color contains mainly: blue. Hex color #071275 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071275 is #F8ED8A. Grayscale: #191919. Windows color (decimal): -16313739 or 7672327. OLE color: 7672327.

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

Color convert

RGB 7 18 117 -
CMYK 0.94 0.85 0 0.54
HSL 234º 0.89% 0.24% -
HSV(B) 234º 0.94% 0.46% -
XYZ 3.51 1.76 16.98 -
YUV 26 179.36 114.45 -
System Red Green Blue C M Y K H S L
Decimal 7 18 117 0.94 0.85 0 0.54 234 0.89 0.24
Hex 7 12 75 5E 55 0 36 EA 59 18
Octal 7 22 165 136 125 0 66 352 131 30
Binary 111 10010 1110101 1011110 1010101 0 110110 11101010 1011001 11000

Color Harmonies of #071275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071275

Black with #071275

Text Example


Text Example

White with #071275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071275; }

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

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

background-color css

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

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

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

border-color css

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

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

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