Html Css Color HEX #050DAC New Midnight Blue

📋 copy color: '#050DAC'

red 5 ◦ green 13 ◦ blue 172

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

Shades of New Midnight Blue #050DAC

Tints of New Midnight Blue #050DAC

RGB

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

 GREEN value IS 13 (5.47% from 255) = 6.84%

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

R = 2.63%
G = 6.84%
B = 90.53%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#050DAC (or 0x050DAC) is known color: New Midnight Blue. HEX triplet: 05, 0D and AC. RGB value is (5,13,172). Sum of RGB (Red+Green+Blue) = 5+13+172=190 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.63% from 190); Green value is 13 (5.47% from 255 or 6.84% from 190); Blue value is 172 (67.58% from 255 or 90.53% from 190); Max value from RGB is 172 - color contains mainly: blue. Hex color #050DAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050DAC is #FAF253. Grayscale: #1C1C1C. Windows color (decimal): -16446036 or 11275525. OLE color: 11275525.

HSL color Cylindrical-coordinate representation of color #050DAC: hue angle of 237.13º 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 #050DAC is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 5 13 172 -
CMYK 0.97 0.92 0 0.33
HSL 237.13º 0.94% 0.35% -
HSV(B) 237.13º 0.97% 0.67% -
XYZ 7.65 3.3 39.26 -
YUV 28.73 208.85 111.07 -
System Red Green Blue C M Y K H S L
Decimal 5 13 172 0.97 0.92 0 0.33 237.13 0.94 0.35
Hex 5 D AC 61 5C 0 21 ED 5E 23
Octal 5 15 254 141 134 0 41 355 136 43
Binary 101 1101 10101100 1100001 1011100 0 100001 11101101 1011110 100011

Color Harmonies of #050DAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050DAC

Black with #050DAC

Text Example


Text Example

White with #050DAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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