Html Css Color HEX #0501AE New Midnight Blue

📋 copy color: '#0501AE'

red 5 ◦ green 1 ◦ blue 174

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

Shades of New Midnight Blue #0501AE

Tints of New Midnight Blue #0501AE

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.56%

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

R = 2.78%
G = 0.56%
B = 96.67%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#0501AE (or 0x0501AE) is known color: New Midnight Blue. HEX triplet: 05, 01 and AE. RGB value is (5,1,174). Sum of RGB (Red+Green+Blue) = 5+1+174=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 1 (0.78% from 255 or 0.56% from 180); Blue value is 174 (68.36% from 255 or 96.67% from 180); Max value from RGB is 174 - color contains mainly: blue. Hex color #0501AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0501AE is #FAFE51. Grayscale: #151515. Windows color (decimal): -16449106 or 11403525. OLE color: 11403525.

HSL color Cylindrical-coordinate representation of color #0501AE: hue angle of 241.39º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #0501AE is Cyan = 0.97, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 5 1 174 -
CMYK 0.97 0.99 0 0.32
HSL 241.39º 0.99% 0.34% -
HSV(B) 241.39º 0.99% 0.68% -
XYZ 7.71 3.11 40.24 -
YUV 21.92 213.83 115.93 -
System Red Green Blue C M Y K H S L
Decimal 5 1 174 0.97 0.99 0 0.32 241.39 0.99 0.34
Hex 5 1 AE 61 63 0 20 F1 63 22
Octal 5 1 256 141 143 0 40 361 143 42
Binary 101 1 10101110 1100001 1100011 0 100000 11110001 1100011 100010

Color Harmonies of #0501AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0501AE

Black with #0501AE

Text Example


Text Example

White with #0501AE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0501AE; }

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

 H1.HeaderClassName
 {
   color: #0501AE;
 }
 .AnyTagClassName
 {
   color: #0501AE;
 }
</style>

background-color css

<style>
 a { background-color: #0501AE; }

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

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

border-color css

<style>
 span { border-color: #0501AE; }

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

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