Html Css Color HEX #050758 Midnight Blue

📋 copy color: '#050758'

red 5 ◦ green 7 ◦ blue 88

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

Shades of Midnight Blue #050758

Tints of Midnight Blue #050758

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 88%

R = 5%
G = 7%
B = 88%

CMYK

 C value IS 0.94

 M value IS 0.92

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#050758 (or 0x050758) is known color: Midnight Blue. HEX triplet: 05, 07 and 58. RGB value is (5,7,88). Sum of RGB (Red+Green+Blue) = 5+7+88=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 7 (3.12% from 255 or 7% from 100); Blue value is 88 (34.77% from 255 or 88% from 100); Max value from RGB is 88 - color contains mainly: blue. Hex color #050758 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050758 is #FAF8A7. Grayscale: #0F0F0F. Windows color (decimal): -16447656 or 5768965. OLE color: 5768965.

HSL color Cylindrical-coordinate representation of color #050758: hue angle of 238.55º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #050758 is Cyan = 0.94, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 5 7 88 -
CMYK 0.94 0.92 0 0.65
HSL 238.55º 0.89% 0.18% -
HSV(B) 238.55º 0.94% 0.35% -
XYZ 1.9 0.89 9.3 -
YUV 15.64 168.84 120.41 -
System Red Green Blue C M Y K H S L
Decimal 5 7 88 0.94 0.92 0 0.65 238.55 0.89 0.18
Hex 5 7 58 5E 5C 0 41 EF 59 12
Octal 5 7 130 136 134 0 101 357 131 22
Binary 101 111 1011000 1011110 1011100 0 1000001 11101111 1011001 10010

Color Harmonies of #050758

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050758

Black with #050758

Text Example


Text Example

White with #050758

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050758; }

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

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

background-color css

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

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

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

border-color css

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

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

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