Html Css Color HEX #050FA2 New Midnight Blue

📋 copy color: '#050FA2'

red 5 ◦ green 15 ◦ blue 162

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

Shades of New Midnight Blue #050FA2

Tints of New Midnight Blue #050FA2

RGB

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

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

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

R = 2.75%
G = 8.24%
B = 89.01%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#050FA2 (or 0x050FA2) is known color: New Midnight Blue. HEX triplet: 05, 0F and A2. RGB value is (5,15,162). Sum of RGB (Red+Green+Blue) = 5+15+162=182 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.75% from 182); Green value is 15 (6.25% from 255 or 8.24% from 182); Blue value is 162 (63.67% from 255 or 89.01% from 182); Max value from RGB is 162 - color contains mainly: blue. Hex color #050FA2 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050FA2 is #FAF05D. Grayscale: #1C1C1C. Windows color (decimal): -16445534 or 10620677. OLE color: 10620677.

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

Color convert

RGB 5 15 162 -
CMYK 0.97 0.91 0 0.36
HSL 236.18º 0.94% 0.33% -
HSV(B) 236.18º 0.97% 0.64% -
XYZ 6.75 2.98 34.4 -
YUV 28.77 203.19 111.05 -
System Red Green Blue C M Y K H S L
Decimal 5 15 162 0.97 0.91 0 0.36 236.18 0.94 0.33
Hex 5 F A2 61 5B 0 24 EC 5E 21
Octal 5 17 242 141 133 0 44 354 136 41
Binary 101 1111 10100010 1100001 1011011 0 100100 11101100 1011110 100001

Color Harmonies of #050FA2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050FA2

Black with #050FA2

Text Example


Text Example

White with #050FA2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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