Html Css Color HEX #0515BC Medium Blue

📋 copy color: '#0515BC'

red 5 ◦ green 21 ◦ blue 188

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

Shades of Medium Blue #0515BC

Tints of Medium Blue #0515BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 87.85%

R = 2.34%
G = 9.81%
B = 87.85%

CMYK

 C value IS 0.97

 M value IS 0.89

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#0515BC (or 0x0515BC) is known color: Medium Blue. HEX triplet: 05, 15 and BC. RGB value is (5,21,188). Sum of RGB (Red+Green+Blue) = 5+21+188=214 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.34% from 214); Green value is 21 (8.59% from 255 or 9.81% from 214); Blue value is 188 (73.83% from 255 or 87.85% from 214); Max value from RGB is 188 - color contains mainly: blue. Hex color #0515BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0515BC is #FAEA43. Grayscale: #222222. Windows color (decimal): -16443972 or 12326149. OLE color: 12326149.

HSL color Cylindrical-coordinate representation of color #0515BC: hue angle of 234.75º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0515BC is Cyan = 0.97, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 21 188 -
CMYK 0.97 0.89 0 0.26
HSL 234.75º 0.95% 0.38% -
HSV(B) 234.75º 0.97% 0.74% -
XYZ 9.41 4.2 47.89 -
YUV 35.25 214.2 106.42 -
System Red Green Blue C M Y K H S L
Decimal 5 21 188 0.97 0.89 0 0.26 234.75 0.95 0.38
Hex 5 15 BC 61 59 0 1A EB 5F 26
Octal 5 25 274 141 131 0 32 353 137 46
Binary 101 10101 10111100 1100001 1011001 0 11010 11101011 1011111 100110

Color Harmonies of #0515BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0515BC

Black with #0515BC

Text Example


Text Example

White with #0515BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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