Html Css Color HEX #050354 Midnight Blue

📋 copy color: '#050354'

red 5 ◦ green 3 ◦ blue 84

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

Shades of Midnight Blue #050354

Tints of Midnight Blue #050354

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 91.3%

R = 5.43%
G = 3.26%
B = 91.3%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#050354 (or 0x050354) is known color: Midnight Blue. HEX triplet: 05, 03 and 54. RGB value is (5,3,84). Sum of RGB (Red+Green+Blue) = 5+3+84=92 (12% of max value = 765). Red value is 5 (2.34% from 255 or 5.43% from 92); Green value is 3 (1.56% from 255 or 3.26% from 92); Blue value is 84 (33.20% from 255 or 91.30% from 92); Max value from RGB is 84 - color contains mainly: blue. Hex color #050354 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050354 is #FAFCAB. Grayscale: #0C0C0C. Windows color (decimal): -16448684 or 5505797. OLE color: 5505797.

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

Color convert

RGB 5 3 84 -
CMYK 0.94 0.96 0 0.67
HSL 241.48º 0.93% 0.17% -
HSV(B) 241.48º 0.96% 0.33% -
XYZ 1.7 0.74 8.44 -
YUV 12.83 168.16 122.41 -
System Red Green Blue C M Y K H S L
Decimal 5 3 84 0.94 0.96 0 0.67 241.48 0.93 0.17
Hex 5 3 54 5E 60 0 43 F1 5D 11
Octal 5 3 124 136 140 0 103 361 135 21
Binary 101 11 1010100 1011110 1100000 0 1000011 11110001 1011101 10001

Color Harmonies of #050354

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050354

Black with #050354

Text Example


Text Example

White with #050354

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050354; }

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

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

background-color css

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

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

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

border-color css

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

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

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