Html Css Color HEX #0501A6 New Midnight Blue

📋 copy color: '#0501A6'

red 5 ◦ green 1 ◦ blue 166

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

Shades of New Midnight Blue #0501A6

Tints of New Midnight Blue #0501A6

RGB

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

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

 BLUE value IS 166 (65.23% from 255) = 96.51%

R = 2.91%
G = 0.58%
B = 96.51%

CMYK

 C value IS 0.97

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#0501A6 (or 0x0501A6) is known color: New Midnight Blue. HEX triplet: 05, 01 and A6. RGB value is (5,1,166). Sum of RGB (Red+Green+Blue) = 5+1+166=172 (22% of max value = 765). Red value is 5 (2.34% from 255 or 2.91% from 172); Green value is 1 (0.78% from 255 or 0.58% from 172); Blue value is 166 (65.23% from 255 or 96.51% from 172); Max value from RGB is 166 - color contains mainly: blue. Hex color #0501A6 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #0501A6 is #FAFE59. Grayscale: #141414. Windows color (decimal): -16449114 or 10879237. OLE color: 10879237.

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

Color convert

RGB 5 1 166 -
CMYK 0.97 0.99 0 0.35
HSL 241.45º 0.99% 0.33% -
HSV(B) 241.45º 0.99% 0.65% -
XYZ 6.96 2.81 36.25 -
YUV 21.01 209.83 116.58 -
System Red Green Blue C M Y K H S L
Decimal 5 1 166 0.97 0.99 0 0.35 241.45 0.99 0.33
Hex 5 1 A6 61 63 0 23 F1 63 21
Octal 5 1 246 141 143 0 43 361 143 41
Binary 101 1 10100110 1100001 1100011 0 100011 11110001 1100011 100001

Color Harmonies of #0501A6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0501A6

Black with #0501A6

Text Example


Text Example

White with #0501A6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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