Html Css Color HEX #0502AE New Midnight Blue

📋 copy color: '#0502AE'

red 5 ◦ green 2 ◦ blue 174

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

Shades of New Midnight Blue #0502AE

Tints of New Midnight Blue #0502AE

RGB

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

 GREEN value IS 2 (1.17% from 255) = 1.1%

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

R = 2.76%
G = 1.1%
B = 96.13%

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

#0502AE (or 0x0502AE) is known color: New Midnight Blue. HEX triplet: 05, 02 and AE. RGB value is (5,2,174). Sum of RGB (Red+Green+Blue) = 5+2+174=181 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.76% from 181); Green value is 2 (1.17% from 255 or 1.10% from 181); Blue value is 174 (68.36% from 255 or 96.13% from 181); Max value from RGB is 174 - color contains mainly: blue. Hex color #0502AE is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0502AE is #FAFD51. Grayscale: #151515. Windows color (decimal): -16448850 or 11403781. OLE color: 11403781.

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

Color convert

RGB 5 2 174 -
CMYK 0.97 0.99 0 0.32
HSL 241.05º 0.98% 0.35% -
HSV(B) 241.05º 0.99% 0.68% -
XYZ 7.72 3.13 40.24 -
YUV 22.51 213.49 115.51 -
System Red Green Blue C M Y K H S L
Decimal 5 2 174 0.97 0.99 0 0.32 241.05 0.98 0.35
Hex 5 2 AE 61 63 0 20 F1 62 23
Octal 5 2 256 141 143 0 40 361 142 43
Binary 101 10 10101110 1100001 1100011 0 100000 11110001 1100010 100011

Color Harmonies of #0502AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0502AE

Black with #0502AE

Text Example


Text Example

White with #0502AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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