Html Css Color HEX #050058 Midnight Blue

📋 copy color: '#050058'

red 5 ◦ green 0 ◦ blue 88

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

Shades of Midnight Blue #050058

Tints of Midnight Blue #050058

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 5.38%
G = 0%
B = 94.62%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#050058 (or 0x050058) is known color: Midnight Blue. HEX triplet: 05, 00 and 58. RGB value is (5,0,88). Sum of RGB (Red+Green+Blue) = 5+0+88=93 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.38% from 93); Green value is 0 (0.39% from 255 or 0% from 93); Blue value is 88 (34.77% from 255 or 94.62% from 93); Max value from RGB is 88 - color contains mainly: blue. Hex color #050058 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050058 is #FAFFA7. Grayscale: #0B0B0B. Windows color (decimal): -16449448 or 5767173. OLE color: 5767173.

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

Color convert

RGB 5 0 88 -
CMYK 0.94 1 0 0.65
HSL 243.41º 1% 0.17% -
HSV(B) 243.41º 1% 0.35% -
XYZ 1.82 0.74 9.28 -
YUV 11.53 171.16 123.34 -
System Red Green Blue C M Y K H S L
Decimal 5 0 88 0.94 1 0 0.65 243.41 1 0.17
Hex 5 0 58 5E 64 0 41 F3 64 11
Octal 5 0 130 136 144 0 101 363 144 21
Binary 101 0 1011000 1011110 1100100 0 1000001 11110011 1100100 10001

Color Harmonies of #050058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050058

Black with #050058

Text Example


Text Example

White with #050058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050058; }

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

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

background-color css

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

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

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

border-color css

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

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

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