Html Css Color HEX #050DAE New Midnight Blue

📋 copy color: '#050DAE'

red 5 ◦ green 13 ◦ blue 174

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

Shades of New Midnight Blue #050DAE

Tints of New Midnight Blue #050DAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 90.63%

R = 2.6%
G = 6.77%
B = 90.63%

CMYK

 C value IS 0.97

 M value IS 0.93

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#050DAE (or 0x050DAE) is known color: New Midnight Blue. HEX triplet: 05, 0D and AE. RGB value is (5,13,174). Sum of RGB (Red+Green+Blue) = 5+13+174=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 13 (5.47% from 255 or 6.77% from 192); Blue value is 174 (68.36% from 255 or 90.62% from 192); Max value from RGB is 174 - color contains mainly: blue. Hex color #050DAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050DAE is #FAF251. Grayscale: #1C1C1C. Windows color (decimal): -16446034 or 11406597. OLE color: 11406597.

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

Color convert

RGB 5 13 174 -
CMYK 0.97 0.93 0 0.32
HSL 237.16º 0.94% 0.35% -
HSV(B) 237.16º 0.97% 0.68% -
XYZ 7.85 3.38 40.28 -
YUV 28.96 209.85 110.91 -
System Red Green Blue C M Y K H S L
Decimal 5 13 174 0.97 0.93 0 0.32 237.16 0.94 0.35
Hex 5 D AE 61 5D 0 20 ED 5E 23
Octal 5 15 256 141 135 0 40 355 136 43
Binary 101 1101 10101110 1100001 1011101 0 100000 11101101 1011110 100011

Color Harmonies of #050DAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050DAE

Black with #050DAE

Text Example


Text Example

White with #050DAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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