Html Css Color HEX #071875 Midnight Blue

📋 copy color: '#071875'

red 7 ◦ green 24 ◦ blue 117

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

Shades of Midnight Blue #071875

Tints of Midnight Blue #071875

RGB

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

 GREEN value IS 24 (9.77% from 255) = 16.22%

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

R = 4.73%
G = 16.22%
B = 79.05%

CMYK

 C value IS 0.94

 M value IS 0.79

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#071875 (or 0x071875) is known color: Midnight Blue. HEX triplet: 07, 18 and 75. RGB value is (7,24,117). Sum of RGB (Red+Green+Blue) = 7+24+117=148 (19% of max value = 765). Red value is 7 (3.12% from 255 or 4.73% from 148); Green value is 24 (9.77% from 255 or 16.22% from 148); Blue value is 117 (46.09% from 255 or 79.05% from 148); Max value from RGB is 117 - color contains mainly: blue. Hex color #071875 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #071875 is #F8E78A. Grayscale: #1D1D1D. Windows color (decimal): -16312203 or 7673863. OLE color: 7673863.

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

Color convert

RGB 7 24 117 -
CMYK 0.94 0.79 0 0.54
HSL 230.73º 0.89% 0.24% -
HSV(B) 230.73º 0.94% 0.46% -
XYZ 3.63 1.98 17.02 -
YUV 29.52 177.37 111.94 -
System Red Green Blue C M Y K H S L
Decimal 7 24 117 0.94 0.79 0 0.54 230.73 0.89 0.24
Hex 7 18 75 5E 4F 0 36 E7 59 18
Octal 7 30 165 136 117 0 66 347 131 30
Binary 111 11000 1110101 1011110 1001111 0 110110 11100111 1011001 11000

Color Harmonies of #071875

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #071875

Black with #071875

Text Example


Text Example

White with #071875

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #071875; }

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

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

background-color css

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

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

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

border-color css

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

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

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