Html Css Color HEX #050D5E Midnight Blue

📋 copy color: '#050D5E'

red 5 ◦ green 13 ◦ blue 94

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

Shades of Midnight Blue #050D5E

Tints of Midnight Blue #050D5E

RGB

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

 GREEN value IS 13 (5.47% from 255) = 11.61%

 BLUE value IS 94 (37.11% from 255) = 83.93%

R = 4.46%
G = 11.61%
B = 83.93%

CMYK

 C value IS 0.95

 M value IS 0.86

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#050D5E (or 0x050D5E) is known color: Midnight Blue. HEX triplet: 05, 0D and 5E. RGB value is (5,13,94). Sum of RGB (Red+Green+Blue) = 5+13+94=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 13 (5.47% from 255 or 11.61% from 112); Blue value is 94 (37.11% from 255 or 83.93% from 112); Max value from RGB is 94 - color contains mainly: blue. Hex color #050D5E is not a web safe color. Web safe color analog (approx): #000066. Inversed color of #050D5E is #FAF2A1. Grayscale: #131313. Windows color (decimal): -16446114 or 6163717. OLE color: 6163717.

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

Color convert

RGB 5 13 94 -
CMYK 0.95 0.86 0 0.63
HSL 234.61º 0.9% 0.19% -
HSV(B) 234.61º 0.95% 0.37% -
XYZ 2.23 1.13 10.69 -
YUV 19.84 169.85 117.41 -
System Red Green Blue C M Y K H S L
Decimal 5 13 94 0.95 0.86 0 0.63 234.61 0.9 0.19
Hex 5 D 5E 5F 56 0 3F EB 5A 13
Octal 5 15 136 137 126 0 77 353 132 23
Binary 101 1101 1011110 1011111 1010110 0 111111 11101011 1011010 10011

Color Harmonies of #050D5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050D5E

Black with #050D5E

Text Example


Text Example

White with #050D5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,13,94); }

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

background-color css

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

 a { background-color: rgb(5,13,94); }

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

border-color css

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

 span { border-color: rgb(5,13,94); }

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