#0510BC

Color #0510BC Medium Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Blue #0510BC

Tints of Medium Blue #0510BC

Color information

#0510BC (or 0x0510BC) is unknown color: approx Medium Blue. HEX triplet: 05, 10 and BC. RGB value is (5,16,188). Sum of RGB (Red+Green+Blue) = 5+16+188=209 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.39% from 209); Green value is 16 (6.64% from 255 or 7.66% from 209); Blue value is 188 (73.83% from 255 or 89.95% from 209); Max value from RGB is 188 - color contains mainly: blue. Hex color #0510BC is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0510BC is #FAEF43. Grayscale: #1F1F1F. Windows color (decimal): -16445252 or 12324869. OLE color: 12324869.

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

Color convert

RGB516188-
CMYK0.970.9100.26
HSL236.39º94.82%37.84%-
HSV(B)236.39º97.34%73.73%-
XYZ9.324.0347.86-
YUV32.32215.86108.51-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.39%
GREEN value IS 16 (6.64% from 255) = 7.66%
BLUE value IS 188 (73.83% from 255) = 89.95%
R=2.39%
G=7.66%
B=89.95%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal5161880.970.9100.26236.3994.8237.84
Hex510BC615B01Aec5f26
Octal52027414113303235413746
Binary101100001011110011000011011011011010111011001011111100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0510BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #0510BC;
 }
 .AnyTagClassName
 {
   color: #0510BC;
 }
</style>
background-color css

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

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

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

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

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

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