Html Css Color HEX #05074D Midnight Blue

📋 copy color: '#05074D'

red 5 ◦ green 7 ◦ blue 77

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

Shades of Midnight Blue #05074D

Tints of Midnight Blue #05074D

RGB

 RED value IS 5 (2.34% from 255) = 5.62%

 GREEN value IS 7 (3.13% from 255) = 7.87%

 BLUE value IS 77 (30.47% from 255) = 86.52%

R = 5.62%
G = 7.87%
B = 86.52%

CMYK

 C value IS 0.94

 M value IS 0.91

 Y value IS 0

 K value IS 0.70

RGB Variations

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

Color information

#05074D (or 0x05074D) is known color: Midnight Blue. HEX triplet: 05, 07 and 4D. RGB value is (5,7,77). Sum of RGB (Red+Green+Blue) = 5+7+77=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 7 (3.12% from 255 or 7.87% from 89); Blue value is 77 (30.47% from 255 or 86.52% from 89); Max value from RGB is 77 - color contains mainly: blue. Hex color #05074D is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #05074D is #FAF8B2. Grayscale: #0E0E0E. Windows color (decimal): -16447667 or 5048069. OLE color: 5048069.

HSL color Cylindrical-coordinate representation of color #05074D: hue angle of 238.33º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #05074D is Cyan = 0.94, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB 5 7 77 -
CMYK 0.94 0.91 0 0.70
HSL 238.33º 0.88% 0.16% -
HSV(B) 238.33º 0.94% 0.3% -
XYZ 1.48 0.72 7.08 -
YUV 14.38 163.34 121.31 -
System Red Green Blue C M Y K H S L
Decimal 5 7 77 0.94 0.91 0 0.70 238.33 0.88 0.16
Hex 5 7 4D 5E 5B 0 46 EE 58 10
Octal 5 7 115 136 133 0 106 356 130 20
Binary 101 111 1001101 1011110 1011011 0 1000110 11101110 1011000 10000

Color Harmonies of #05074D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05074D

Black with #05074D

Text Example


Text Example

White with #05074D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05074D; }

 p { color: rgb(5,7,77); }

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

background-color css

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

 a { background-color: rgb(5,7,77); }

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

border-color css

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

 span { border-color: rgb(5,7,77); }

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