Html Css Color HEX #050E63 Midnight Blue

📋 copy color: '#050E63'

red 5 ◦ green 14 ◦ blue 99

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

Shades of Midnight Blue #050E63

Tints of Midnight Blue #050E63

RGB

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

 GREEN value IS 14 (5.86% from 255) = 11.86%

 BLUE value IS 99 (39.06% from 255) = 83.9%

R = 4.24%
G = 11.86%
B = 83.9%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#050E63 (or 0x050E63) is known color: Midnight Blue. HEX triplet: 05, 0E and 63. RGB value is (5,14,99). Sum of RGB (Red+Green+Blue) = 5+14+99=118 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.24% from 118); Green value is 14 (5.86% from 255 or 11.86% from 118); Blue value is 99 (39.06% from 255 or 83.90% from 118); Max value from RGB is 99 - color contains mainly: blue. Hex color #050E63 is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050E63 is #FAF19C. Grayscale: #141414. Windows color (decimal): -16445853 or 6491653. OLE color: 6491653.

HSL color Cylindrical-coordinate representation of color #050E63: hue angle of 234.26º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #050E63 is Cyan = 0.95, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 5 14 99 -
CMYK 0.95 0.86 0 0.61
HSL 234.26º 0.9% 0.2% -
HSV(B) 234.26º 0.95% 0.39% -
XYZ 2.47 1.25 11.91 -
YUV 21 172.02 116.59 -
System Red Green Blue C M Y K H S L
Decimal 5 14 99 0.95 0.86 0 0.61 234.26 0.9 0.2
Hex 5 E 63 5F 56 0 3D EA 5A 14
Octal 5 16 143 137 126 0 75 352 132 24
Binary 101 1110 1100011 1011111 1010110 0 111101 11101010 1011010 10100

Color Harmonies of #050E63

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E63

Black with #050E63

Text Example


Text Example

White with #050E63

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050E63; }

 p { color: rgb(5,14,99); }

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

background-color css

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

 a { background-color: rgb(5,14,99); }

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

border-color css

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

 span { border-color: rgb(5,14,99); }

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