Html Css Color HEX #0508BA Medium Blue

📋 copy color: '#0508BA'

red 5 ◦ green 8 ◦ blue 186

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

Shades of Medium Blue #0508BA

Tints of Medium Blue #0508BA

RGB

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

 GREEN value IS 8 (3.52% from 255) = 4.02%

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

R = 2.51%
G = 4.02%
B = 93.47%

CMYK

 C value IS 0.97

 M value IS 0.96

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0508BA (or 0x0508BA) is known color: Medium Blue. HEX triplet: 05, 08 and BA. RGB value is (5,8,186). Sum of RGB (Red+Green+Blue) = 5+8+186=199 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.51% from 199); Green value is 8 (3.52% from 255 or 4.02% from 199); Blue value is 186 (73.05% from 255 or 93.47% from 199); Max value from RGB is 186 - color contains mainly: blue. Hex color #0508BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0508BA is #FAF745. Grayscale: #1A1A1A. Windows color (decimal): -16447302 or 12191749. OLE color: 12191749.

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

Color convert

RGB 5 8 186 -
CMYK 0.97 0.96 0 0.27
HSL 239.01º 0.95% 0.37% -
HSV(B) 239.01º 0.97% 0.73% -
XYZ 9.01 3.75 46.7 -
YUV 27.4 217.51 112.03 -
System Red Green Blue C M Y K H S L
Decimal 5 8 186 0.97 0.96 0 0.27 239.01 0.95 0.37
Hex 5 8 BA 61 60 0 1B EF 5F 25
Octal 5 10 272 141 140 0 33 357 137 45
Binary 101 1000 10111010 1100001 1100000 0 11011 11101111 1011111 100101

Color Harmonies of #0508BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0508BA

Black with #0508BA

Text Example


Text Example

White with #0508BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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