Html Css Color HEX #050151 Midnight Blue

📋 copy color: '#050151'

red 5 ◦ green 1 ◦ blue 81

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

Shades of Midnight Blue #050151

Tints of Midnight Blue #050151

RGB

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

 GREEN value IS 1 (0.78% from 255) = 1.15%

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

R = 5.75%
G = 1.15%
B = 93.1%

CMYK

 C value IS 0.94

 M value IS 0.99

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#050151 (or 0x050151) is known color: Midnight Blue. HEX triplet: 05, 01 and 51. RGB value is (5,1,81). Sum of RGB (Red+Green+Blue) = 5+1+81=87 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.75% from 87); Green value is 1 (0.78% from 255 or 1.15% from 87); Blue value is 81 (32.03% from 255 or 93.10% from 87); Max value from RGB is 81 - color contains mainly: blue. Hex color #050151 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050151 is #FAFEAE. Grayscale: #0B0B0B. Windows color (decimal): -16449199 or 5308677. OLE color: 5308677.

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

Color convert

RGB 5 1 81 -
CMYK 0.94 0.99 0 0.68
HSL 243º 0.98% 0.16% -
HSV(B) 243º 0.99% 0.32% -
XYZ 1.56 0.65 7.83 -
YUV 11.32 167.33 123.5 -
System Red Green Blue C M Y K H S L
Decimal 5 1 81 0.94 0.99 0 0.68 243 0.98 0.16
Hex 5 1 51 5E 63 0 44 F3 62 10
Octal 5 1 121 136 143 0 104 363 142 20
Binary 101 1 1010001 1011110 1100011 0 1000100 11110011 1100010 10000

Color Harmonies of #050151

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050151

Black with #050151

Text Example


Text Example

White with #050151

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050151; }

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

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

background-color css

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

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

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

border-color css

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

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

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