Html Css Color HEX #050AB1 New Midnight Blue

📋 copy color: '#050AB1'

red 5 ◦ green 10 ◦ blue 177

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

Shades of New Midnight Blue #050AB1

Tints of New Midnight Blue #050AB1

RGB

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

 GREEN value IS 10 (4.3% from 255) = 5.21%

 BLUE value IS 177 (69.53% from 255) = 92.19%

R = 2.6%
G = 5.21%
B = 92.19%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#050AB1 (or 0x050AB1) is known color: New Midnight Blue. HEX triplet: 05, 0A and B1. RGB value is (5,10,177). Sum of RGB (Red+Green+Blue) = 5+10+177=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 10 (4.30% from 255 or 5.21% from 192); Blue value is 177 (69.53% from 255 or 92.19% from 192); Max value from RGB is 177 - color contains mainly: blue. Hex color #050AB1 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050AB1 is #FAF54E. Grayscale: #1A1A1A. Windows color (decimal): -16446799 or 11602437. OLE color: 11602437.

HSL color Cylindrical-coordinate representation of color #050AB1: hue angle of 238.26º degrees, saturation: 0.95, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050AB1 is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 5 10 177 -
CMYK 0.97 0.94 0 0.31
HSL 238.26º 0.95% 0.36% -
HSV(B) 238.26º 0.97% 0.69% -
XYZ 8.11 3.42 41.83 -
YUV 27.54 212.34 111.92 -
System Red Green Blue C M Y K H S L
Decimal 5 10 177 0.97 0.94 0 0.31 238.26 0.95 0.36
Hex 5 A B1 61 5E 0 1F EE 5F 24
Octal 5 12 261 141 136 0 37 356 137 44
Binary 101 1010 10110001 1100001 1011110 0 11111 11101110 1011111 100100

Color Harmonies of #050AB1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050AB1

Black with #050AB1

Text Example


Text Example

White with #050AB1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,10,177); }

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

background-color css

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

 a { background-color: rgb(5,10,177); }

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

border-color css

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

 span { border-color: rgb(5,10,177); }

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