Html Css Color HEX #050FA0 New Midnight Blue

📋 copy color: '#050FA0'

red 5 ◦ green 15 ◦ blue 160

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

Shades of New Midnight Blue #050FA0

Tints of New Midnight Blue #050FA0

RGB

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

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

 BLUE value IS 160 (62.89% from 255) = 88.89%

R = 2.78%
G = 8.33%
B = 88.89%

CMYK

 C value IS 0.97

 M value IS 0.91

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#050FA0 (or 0x050FA0) is known color: New Midnight Blue. HEX triplet: 05, 0F and A0. RGB value is (5,15,160). Sum of RGB (Red+Green+Blue) = 5+15+160=180 (23% of max value = 765). Red value is 5 (2.34% from 255 or 2.78% from 180); Green value is 15 (6.25% from 255 or 8.33% from 180); Blue value is 160 (62.89% from 255 or 88.89% from 180); Max value from RGB is 160 - color contains mainly: blue. Hex color #050FA0 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050FA0 is #FAF05F. Grayscale: #1B1B1B. Windows color (decimal): -16445536 or 10489605. OLE color: 10489605.

HSL color Cylindrical-coordinate representation of color #050FA0: hue angle of 236.13º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050FA0 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 5 15 160 -
CMYK 0.97 0.91 0 0.37
HSL 236.13º 0.94% 0.32% -
HSV(B) 236.13º 0.97% 0.63% -
XYZ 6.58 2.91 33.47 -
YUV 28.54 202.19 111.21 -
System Red Green Blue C M Y K H S L
Decimal 5 15 160 0.97 0.91 0 0.37 236.13 0.94 0.32
Hex 5 F A0 61 5B 0 25 EC 5E 20
Octal 5 17 240 141 133 0 45 354 136 40
Binary 101 1111 10100000 1100001 1011011 0 100101 11101100 1011110 100000

Color Harmonies of #050FA0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050FA0

Black with #050FA0

Text Example


Text Example

White with #050FA0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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