Html Css Color HEX #0504BA Medium Blue

📋 copy color: '#0504BA'

red 5 ◦ green 4 ◦ blue 186

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

Shades of Medium Blue #0504BA

Tints of Medium Blue #0504BA

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.05%

 BLUE value IS 186 (73.05% from 255) = 95.38%

R = 2.56%
G = 2.05%
B = 95.38%

CMYK

 C value IS 0.97

 M value IS 0.98

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0504BA (or 0x0504BA) is known color: Medium Blue. HEX triplet: 05, 04 and BA. RGB value is (5,4,186). Sum of RGB (Red+Green+Blue) = 5+4+186=195 (25% of max value = 765). Red value is 5 (2.34% from 255 or 2.56% from 195); Green value is 4 (1.95% from 255 or 2.05% from 195); Blue value is 186 (73.05% from 255 or 95.38% from 195); Max value from RGB is 186 - color contains mainly: blue. Hex color #0504BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0504BA is #FAFB45. Grayscale: #181818. Windows color (decimal): -16448326 or 12190725. OLE color: 12190725.

HSL color Cylindrical-coordinate representation of color #0504BA: hue angle of 240.33º degrees, saturation: 0.96, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #0504BA is Cyan = 0.97, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 4 186 -
CMYK 0.97 0.98 0 0.27
HSL 240.33º 0.96% 0.37% -
HSV(B) 240.33º 0.98% 0.73% -
XYZ 8.97 3.66 46.69 -
YUV 25.05 218.83 113.7 -
System Red Green Blue C M Y K H S L
Decimal 5 4 186 0.97 0.98 0 0.27 240.33 0.96 0.37
Hex 5 4 BA 61 62 0 1B F0 60 25
Octal 5 4 272 141 142 0 33 360 140 45
Binary 101 100 10111010 1100001 1100010 0 11011 11110000 1100000 100101

Color Harmonies of #0504BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0504BA

Black with #0504BA

Text Example


Text Example

White with #0504BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0504BA; }

 p { color: rgb(5,4,186); }

 H1.HeaderClassName
 {
   color: #0504BA;
 }
 .AnyTagClassName
 {
   color: #0504BA;
 }
</style>

background-color css

<style>
 a { background-color: #0504BA; }

 a { background-color: rgb(5,4,186); }

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

border-color css

<style>
 span { border-color: #0504BA; }

 span { border-color: rgb(5,4,186); }

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