Html Css Color HEX #050FAE New Midnight Blue

📋 copy color: '#050FAE'

red 5 ◦ green 15 ◦ blue 174

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

Shades of New Midnight Blue #050FAE

Tints of New Midnight Blue #050FAE

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.73%

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

R = 2.58%
G = 7.73%
B = 89.69%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#050FAE (or 0x050FAE) is known color: New Midnight Blue. HEX triplet: 05, 0F and AE. RGB value is (5,15,174). Sum of RGB (Red+Green+Blue) = 5+15+174=194 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.58% from 194); Green value is 15 (6.25% from 255 or 7.73% from 194); Blue value is 174 (68.36% from 255 or 89.69% from 194); Max value from RGB is 174 - color contains mainly: blue. Hex color #050FAE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050FAE is #FAF051. Grayscale: #1D1D1D. Windows color (decimal): -16445522 or 11407109. OLE color: 11407109.

HSL color Cylindrical-coordinate representation of color #050FAE: hue angle of 236.45º 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 #050FAE is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 15 174 -
CMYK 0.97 0.91 0 0.32
HSL 236.45º 0.94% 0.35% -
HSV(B) 236.45º 0.97% 0.68% -
XYZ 7.87 3.43 40.29 -
YUV 30.14 209.19 110.07 -
System Red Green Blue C M Y K H S L
Decimal 5 15 174 0.97 0.91 0 0.32 236.45 0.94 0.35
Hex 5 F AE 61 5B 0 20 EC 5E 23
Octal 5 17 256 141 133 0 40 354 136 43
Binary 101 1111 10101110 1100001 1011011 0 100000 11101100 1011110 100011

Color Harmonies of #050FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050FAE

Black with #050FAE

Text Example


Text Example

White with #050FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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