Html Css Color HEX #050055 Midnight Blue

📋 copy color: '#050055'

red 5 ◦ green 0 ◦ blue 85

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

Shades of Midnight Blue #050055

Tints of Midnight Blue #050055

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 94.44%

R = 5.56%
G = 0%
B = 94.44%

CMYK

 C value IS 0.94

 M value IS 1

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#050055 (or 0x050055) is known color: Midnight Blue. HEX triplet: 05, 00 and 55. RGB value is (5,0,85). Sum of RGB (Red+Green+Blue) = 5+0+85=90 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.56% from 90); Green value is 0 (0.39% from 255 or 0% from 90); Blue value is 85 (33.59% from 255 or 94.44% from 90); Max value from RGB is 85 - color contains mainly: blue. Hex color #050055 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050055 is #FAFFAA. Grayscale: #0A0A0A. Windows color (decimal): -16449451 or 5570565. OLE color: 5570565.

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

Color convert

RGB 5 0 85 -
CMYK 0.94 1 0 0.67
HSL 243.53º 1% 0.17% -
HSV(B) 243.53º 1% 0.33% -
XYZ 1.7 0.69 8.64 -
YUV 11.19 169.66 123.59 -
System Red Green Blue C M Y K H S L
Decimal 5 0 85 0.94 1 0 0.67 243.53 1 0.17
Hex 5 0 55 5E 64 0 43 F4 64 11
Octal 5 0 125 136 144 0 103 364 144 21
Binary 101 0 1010101 1011110 1100100 0 1000011 11110100 1100100 10001

Color Harmonies of #050055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050055

Black with #050055

Text Example


Text Example

White with #050055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050055; }

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

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

background-color css

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

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

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

border-color css

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

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

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