Html Css Color HEX #050E9D New Midnight Blue

📋 copy color: '#050E9D'

red 5 ◦ green 14 ◦ blue 157

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

Shades of New Midnight Blue #050E9D

Tints of New Midnight Blue #050E9D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 89.2%

R = 2.84%
G = 7.95%
B = 89.2%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#050E9D (or 0x050E9D) is known color: New Midnight Blue. HEX triplet: 05, 0E and 9D. RGB value is (5,14,157). Sum of RGB (Red+Green+Blue) = 5+14+157=176 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.84% from 176); Green value is 14 (5.86% from 255 or 7.95% from 176); Blue value is 157 (61.72% from 255 or 89.20% from 176); Max value from RGB is 157 - color contains mainly: blue. Hex color #050E9D is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050E9D is #FAF162. Grayscale: #1B1B1B. Windows color (decimal): -16445795 or 10292741. OLE color: 10292741.

HSL color Cylindrical-coordinate representation of color #050E9D: hue angle of 236.45º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050E9D is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 5 14 157 -
CMYK 0.97 0.91 0 0.38
HSL 236.45º 0.94% 0.32% -
HSV(B) 236.45º 0.97% 0.62% -
XYZ 6.31 2.78 32.1 -
YUV 27.61 201.02 111.87 -
System Red Green Blue C M Y K H S L
Decimal 5 14 157 0.97 0.91 0 0.38 236.45 0.94 0.32
Hex 5 E 9D 61 5B 0 26 EC 5E 20
Octal 5 16 235 141 133 0 46 354 136 40
Binary 101 1110 10011101 1100001 1011011 0 100110 11101100 1011110 100000

Color Harmonies of #050E9D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050E9D

Black with #050E9D

Text Example


Text Example

White with #050E9D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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