Html Css Color HEX #0515BA Medium Blue

📋 copy color: '#0515BA'

red 5 ◦ green 21 ◦ blue 186

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

Shades of Medium Blue #0515BA

Tints of Medium Blue #0515BA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 9.91%

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

R = 2.36%
G = 9.91%
B = 87.74%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#0515BA (or 0x0515BA) is known color: Medium Blue. HEX triplet: 05, 15 and BA. RGB value is (5,21,186). Sum of RGB (Red+Green+Blue) = 5+21+186=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 21 (8.59% from 255 or 9.91% from 212); Blue value is 186 (73.05% from 255 or 87.74% from 212); Max value from RGB is 186 - color contains mainly: blue. Hex color #0515BA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0515BA is #FAEA45. Grayscale: #222222. Windows color (decimal): -16443974 or 12195077. OLE color: 12195077.

HSL color Cylindrical-coordinate representation of color #0515BA: hue angle of 234.7º 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 #0515BA is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 21 186 -
CMYK 0.97 0.89 0 0.27
HSL 234.7º 0.95% 0.37% -
HSV(B) 234.7º 0.97% 0.73% -
XYZ 9.19 4.11 46.76 -
YUV 35.03 213.2 106.58 -
System Red Green Blue C M Y K H S L
Decimal 5 21 186 0.97 0.89 0 0.27 234.7 0.95 0.37
Hex 5 15 BA 61 59 0 1B EB 5F 25
Octal 5 25 272 141 131 0 33 353 137 45
Binary 101 10101 10111010 1100001 1011001 0 11011 11101011 1011111 100101

Color Harmonies of #0515BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0515BA

Black with #0515BA

Text Example


Text Example

White with #0515BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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