Html Css Color HEX #050FAC New Midnight Blue

📋 copy color: '#050FAC'

red 5 ◦ green 15 ◦ blue 172

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

Shades of New Midnight Blue #050FAC

Tints of New Midnight Blue #050FAC

RGB

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

 GREEN value IS 15 (6.25% from 255) = 7.81%

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

R = 2.6%
G = 7.81%
B = 89.58%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#050FAC (or 0x050FAC) is known color: New Midnight Blue. HEX triplet: 05, 0F and AC. RGB value is (5,15,172). Sum of RGB (Red+Green+Blue) = 5+15+172=192 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.60% from 192); Green value is 15 (6.25% from 255 or 7.81% from 192); Blue value is 172 (67.58% from 255 or 89.58% from 192); Max value from RGB is 172 - color contains mainly: blue. Hex color #050FAC is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050FAC is #FAF053. Grayscale: #1D1D1D. Windows color (decimal): -16445524 or 11276037. OLE color: 11276037.

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

Color convert

RGB 5 15 172 -
CMYK 0.97 0.91 0 0.33
HSL 236.41º 0.94% 0.35% -
HSV(B) 236.41º 0.97% 0.67% -
XYZ 7.68 3.35 39.27 -
YUV 29.91 208.19 110.23 -
System Red Green Blue C M Y K H S L
Decimal 5 15 172 0.97 0.91 0 0.33 236.41 0.94 0.35
Hex 5 F AC 61 5B 0 21 EC 5E 23
Octal 5 17 254 141 133 0 41 354 136 43
Binary 101 1111 10101100 1100001 1011011 0 100001 11101100 1011110 100011

Color Harmonies of #050FAC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050FAC

Black with #050FAC

Text Example


Text Example

White with #050FAC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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