Html Css Color HEX #050351 Midnight Blue

📋 copy color: '#050351'

red 5 ◦ green 3 ◦ blue 81

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

Shades of Midnight Blue #050351

Tints of Midnight Blue #050351

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 91.01%

R = 5.62%
G = 3.37%
B = 91.01%

CMYK

 C value IS 0.94

 M value IS 0.96

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#050351 (or 0x050351) is known color: Midnight Blue. HEX triplet: 05, 03 and 51. RGB value is (5,3,81). Sum of RGB (Red+Green+Blue) = 5+3+81=89 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.62% from 89); Green value is 3 (1.56% from 255 or 3.37% from 89); Blue value is 81 (32.03% from 255 or 91.01% from 89); Max value from RGB is 81 - color contains mainly: blue. Hex color #050351 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050351 is #FAFCAE. Grayscale: #0C0C0C. Windows color (decimal): -16448687 or 5309189. OLE color: 5309189.

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

Color convert

RGB 5 3 81 -
CMYK 0.94 0.96 0 0.68
HSL 241.54º 0.93% 0.16% -
HSV(B) 241.54º 0.96% 0.32% -
XYZ 1.58 0.69 7.83 -
YUV 12.49 166.66 122.66 -
System Red Green Blue C M Y K H S L
Decimal 5 3 81 0.94 0.96 0 0.68 241.54 0.93 0.16
Hex 5 3 51 5E 60 0 44 F2 5D 10
Octal 5 3 121 136 140 0 104 362 135 20
Binary 101 11 1010001 1011110 1100000 0 1000100 11110010 1011101 10000

Color Harmonies of #050351

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050351

Black with #050351

Text Example


Text Example

White with #050351

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050351; }

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

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

background-color css

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

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

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

border-color css

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

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

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