Html Css Color HEX #050251 Midnight Blue

📋 copy color: '#050251'

red 5 ◦ green 2 ◦ blue 81

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

Shades of Midnight Blue #050251

Tints of Midnight Blue #050251

RGB

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

 GREEN value IS 2 (1.17% from 255) = 2.27%

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

R = 5.68%
G = 2.27%
B = 92.05%

CMYK

 C value IS 0.94

 M value IS 0.98

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#050251 (or 0x050251) is known color: Midnight Blue. HEX triplet: 05, 02 and 51. RGB value is (5,2,81). Sum of RGB (Red+Green+Blue) = 5+2+81=88 (11% of max value = 765). Red value is 5 (2.34% from 255 or 5.68% from 88); Green value is 2 (1.17% from 255 or 2.27% from 88); Blue value is 81 (32.03% from 255 or 92.05% from 88); Max value from RGB is 81 - color contains mainly: blue. Hex color #050251 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050251 is #FAFDAE. Grayscale: #0B0B0B. Windows color (decimal): -16448943 or 5308933. OLE color: 5308933.

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

Color convert

RGB 5 2 81 -
CMYK 0.94 0.98 0 0.68
HSL 242.28º 0.95% 0.16% -
HSV(B) 242.28º 0.98% 0.32% -
XYZ 1.57 0.67 7.83 -
YUV 11.9 166.99 123.08 -
System Red Green Blue C M Y K H S L
Decimal 5 2 81 0.94 0.98 0 0.68 242.28 0.95 0.16
Hex 5 2 51 5E 62 0 44 F2 5F 10
Octal 5 2 121 136 142 0 104 362 137 20
Binary 101 10 1010001 1011110 1100010 0 1000100 11110010 1011111 10000

Color Harmonies of #050251

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050251

Black with #050251

Text Example


Text Example

White with #050251

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050251; }

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

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

background-color css

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

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

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

border-color css

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

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

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