Html Css Color HEX #050AAC New Midnight Blue

📋 copy color: '#050AAC'

red 5 ◦ green 10 ◦ blue 172

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

Shades of New Midnight Blue #050AAC

Tints of New Midnight Blue #050AAC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 91.98%

R = 2.67%
G = 5.35%
B = 91.98%

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

#050AAC (or 0x050AAC) is known color: New Midnight Blue. HEX triplet: 05, 0A and AC. RGB value is (5,10,172). Sum of RGB (Red+Green+Blue) = 5+10+172=187 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.67% from 187); Green value is 10 (4.30% from 255 or 5.35% from 187); Blue value is 172 (67.58% from 255 or 91.98% from 187); Max value from RGB is 172 - color contains mainly: blue. Hex color #050AAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050AAC is #FAF553. Grayscale: #1A1A1A. Windows color (decimal): -16446804 or 11274757. OLE color: 11274757.

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

Color convert

RGB 5 10 172 -
CMYK 0.97 0.94 0 0.33
HSL 238.2º 0.94% 0.35% -
HSV(B) 238.2º 0.97% 0.67% -
XYZ 7.62 3.23 39.25 -
YUV 26.97 209.84 112.33 -
System Red Green Blue C M Y K H S L
Decimal 5 10 172 0.97 0.94 0 0.33 238.2 0.94 0.35
Hex 5 A AC 61 5E 0 21 EE 5E 23
Octal 5 12 254 141 136 0 41 356 136 43
Binary 101 1010 10101100 1100001 1011110 0 100001 11101110 1011110 100011

Color Harmonies of #050AAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050AAC

Black with #050AAC

Text Example


Text Example

White with #050AAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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