Html Css Color HEX #050AAA New Midnight Blue

📋 copy color: '#050AAA'

red 5 ◦ green 10 ◦ blue 170

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

Shades of New Midnight Blue #050AAA

Tints of New Midnight Blue #050AAA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 91.89%

R = 2.7%
G = 5.41%
B = 91.89%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#050AAA (or 0x050AAA) is known color: New Midnight Blue. HEX triplet: 05, 0A and AA. RGB value is (5,10,170). Sum of RGB (Red+Green+Blue) = 5+10+170=185 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.70% from 185); Green value is 10 (4.30% from 255 or 5.41% from 185); Blue value is 170 (66.80% from 255 or 91.89% from 185); Max value from RGB is 170 - color contains mainly: blue. Hex color #050AAA is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050AAA is #FAF555. Grayscale: #1A1A1A. Windows color (decimal): -16446806 or 11143685. OLE color: 11143685.

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

Color convert

RGB 5 10 170 -
CMYK 0.97 0.94 0 0.33
HSL 238.18º 0.94% 0.34% -
HSV(B) 238.18º 0.97% 0.67% -
XYZ 7.43 3.15 38.25 -
YUV 26.75 208.84 112.49 -
System Red Green Blue C M Y K H S L
Decimal 5 10 170 0.97 0.94 0 0.33 238.18 0.94 0.34
Hex 5 A AA 61 5E 0 21 EE 5E 22
Octal 5 12 252 141 136 0 41 356 136 42
Binary 101 1010 10101010 1100001 1011110 0 100001 11101110 1011110 100010

Color Harmonies of #050AAA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050AAA

Black with #050AAA

Text Example


Text Example

White with #050AAA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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