Html Css Color HEX #050AA2 New Midnight Blue

📋 copy color: '#050AA2'

red 5 ◦ green 10 ◦ blue 162

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

Shades of New Midnight Blue #050AA2

Tints of New Midnight Blue #050AA2

RGB

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

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

 BLUE value IS 162 (63.67% from 255) = 91.53%

R = 2.82%
G = 5.65%
B = 91.53%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#050AA2 (or 0x050AA2) is known color: New Midnight Blue. HEX triplet: 05, 0A and A2. RGB value is (5,10,162). Sum of RGB (Red+Green+Blue) = 5+10+162=177 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.82% from 177); Green value is 10 (4.30% from 255 or 5.65% from 177); Blue value is 162 (63.67% from 255 or 91.53% from 177); Max value from RGB is 162 - color contains mainly: blue. Hex color #050AA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050AA2 is #FAF55D. Grayscale: #191919. Windows color (decimal): -16446814 or 10619397. OLE color: 10619397.

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

Color convert

RGB 5 10 162 -
CMYK 0.97 0.94 0 0.36
HSL 238.09º 0.94% 0.33% -
HSV(B) 238.09º 0.97% 0.64% -
XYZ 6.69 2.86 34.38 -
YUV 25.83 204.84 113.14 -
System Red Green Blue C M Y K H S L
Decimal 5 10 162 0.97 0.94 0 0.36 238.09 0.94 0.33
Hex 5 A A2 61 5E 0 24 EE 5E 21
Octal 5 12 242 141 136 0 44 356 136 41
Binary 101 1010 10100010 1100001 1011110 0 100100 11101110 1011110 100001

Color Harmonies of #050AA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050AA2

Black with #050AA2

Text Example


Text Example

White with #050AA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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