#0510B8

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

Shades of Medium Blue #0510B8

Tints of Medium Blue #0510B8

Color information

#0510B8 (or 0x0510B8) is unknown color: approx Medium Blue. HEX triplet: 05, 10 and B8. RGB value is (5,16,184). Sum of RGB (Red+Green+Blue) = 5+16+184=205 (27% of max value = 765). Red value is 5 (2.34% from 255 or 2.44% from 205); Green value is 16 (6.64% from 255 or 7.80% from 205); Blue value is 184 (72.27% from 255 or 89.76% from 205); Max value from RGB is 184 - color contains mainly: blue. Hex color #0510B8 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0510B8 is #FAEF47. Grayscale: #1F1F1F. Windows color (decimal): -16445256 or 12062725. OLE color: 12062725.

HSL color Cylindrical-coordinate representation of color #0510B8: hue angle of 236.31º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0510B8 is Cyan = 0.97, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB516184-
CMYK0.970.9100.28
HSL236.31º94.71%37.06%-
HSV(B)236.31º97.28%72.16%-
XYZ8.93.8645.62-
YUV31.86213.86108.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 2.44%
GREEN value IS 16 (6.64% from 255) = 7.80%
BLUE value IS 184 (72.27% from 255) = 89.76%
R=2.44%
G=7.80%
B=89.76%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal5161840.970.9100.28236.3194.7137.06
Hex510B8615B01Cec5f25
Octal52027014113303435413745
Binary101100001011100011000011011011011100111011001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #0510B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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