Html Css Color HEX #050358 Midnight Blue

📋 copy color: '#050358'

red 5 ◦ green 3 ◦ blue 88

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

Shades of Midnight Blue #050358

Tints of Midnight Blue #050358

RGB

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

 GREEN value IS 3 (1.56% from 255) = 3.13%

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

R = 5.21%
G = 3.13%
B = 91.67%

CMYK

 C value IS 0.94

 M value IS 0.97

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#050358 (or 0x050358) is known color: Midnight Blue. HEX triplet: 05, 03 and 58. RGB value is (5,3,88). Sum of RGB (Red+Green+Blue) = 5+3+88=96 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.21% from 96); Green value is 3 (1.56% from 255 or 3.12% from 96); Blue value is 88 (34.77% from 255 or 91.67% from 96); Max value from RGB is 88 - color contains mainly: blue. Hex color #050358 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050358 is #FAFCA7. Grayscale: #0C0C0C. Windows color (decimal): -16448680 or 5767941. OLE color: 5767941.

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

Color convert

RGB 5 3 88 -
CMYK 0.94 0.97 0 0.65
HSL 241.41º 0.93% 0.18% -
HSV(B) 241.41º 0.97% 0.35% -
XYZ 1.86 0.8 9.29 -
YUV 13.29 170.16 122.09 -
System Red Green Blue C M Y K H S L
Decimal 5 3 88 0.94 0.97 0 0.65 241.41 0.93 0.18
Hex 5 3 58 5E 61 0 41 F1 5D 12
Octal 5 3 130 136 141 0 101 361 135 22
Binary 101 11 1011000 1011110 1100001 0 1000001 11110001 1011101 10010

Color Harmonies of #050358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050358

Black with #050358

Text Example


Text Example

White with #050358

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050358; }

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

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

background-color css

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

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

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

border-color css

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

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

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