Html Css Color HEX #050FA3 New Midnight Blue

📋 copy color: '#050FA3'

red 5 ◦ green 15 ◦ blue 163

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

Shades of New Midnight Blue #050FA3

Tints of New Midnight Blue #050FA3

RGB

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

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

 BLUE value IS 163 (64.06% from 255) = 89.07%

R = 2.73%
G = 8.2%
B = 89.07%

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

#050FA3 (or 0x050FA3) is known color: New Midnight Blue. HEX triplet: 05, 0F and A3. RGB value is (5,15,163). Sum of RGB (Red+Green+Blue) = 5+15+163=183 (24% of max value = 765). Red value is 5 (2.34% from 255 or 2.73% from 183); Green value is 15 (6.25% from 255 or 8.20% from 183); Blue value is 163 (64.06% from 255 or 89.07% from 183); Max value from RGB is 163 - color contains mainly: blue. Hex color #050FA3 is not a web safe color. Web safe color analog (approx): #000099. Inversed color of #050FA3 is #FAF05C. Grayscale: #1C1C1C. Windows color (decimal): -16445533 or 10686213. OLE color: 10686213.

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

Color convert

RGB 5 15 163 -
CMYK 0.97 0.91 0 0.36
HSL 236.2º 0.94% 0.33% -
HSV(B) 236.2º 0.97% 0.64% -
XYZ 6.84 3.02 34.87 -
YUV 28.88 203.69 110.97 -
System Red Green Blue C M Y K H S L
Decimal 5 15 163 0.97 0.91 0 0.36 236.2 0.94 0.33
Hex 5 F A3 61 5B 0 24 EC 5E 21
Octal 5 17 243 141 133 0 44 354 136 41
Binary 101 1111 10100011 1100001 1011011 0 100100 11101100 1011110 100001

Color Harmonies of #050FA3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050FA3

Black with #050FA3

Text Example


Text Example

White with #050FA3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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