Html Css Color HEX #0510BF Medium Blue

📋 copy color: '#0510BF'

red 5 ◦ green 16 ◦ blue 191

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

Shades of Medium Blue #0510BF

Tints of Medium Blue #0510BF

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.55%

 BLUE value IS 191 (75% from 255) = 90.09%

R = 2.36%
G = 7.55%
B = 90.09%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#0510BF (or 0x0510BF) is known color: Medium Blue. HEX triplet: 05, 10 and BF. RGB value is (5,16,191). Sum of RGB (Red+Green+Blue) = 5+16+191=212 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.36% from 212); Green value is 16 (6.64% from 255 or 7.55% from 212); Blue value is 191 (75% from 255 or 90.09% from 212); Max value from RGB is 191 - color contains mainly: blue. Hex color #0510BF is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0510BF is #FAEF40. Grayscale: #1F1F1F. Windows color (decimal): -16445249 or 12521477. OLE color: 12521477.

HSL color Cylindrical-coordinate representation of color #0510BF: hue angle of 236.45º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #0510BF is Cyan = 0.97, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 5 16 191 -
CMYK 0.97 0.92 0 0.25
HSL 236.45º 0.95% 0.38% -
HSV(B) 236.45º 0.97% 0.75% -
XYZ 9.65 4.16 49.59 -
YUV 32.66 217.36 108.27 -
System Red Green Blue C M Y K H S L
Decimal 5 16 191 0.97 0.92 0 0.25 236.45 0.95 0.38
Hex 5 10 BF 61 5C 0 19 EC 5F 26
Octal 5 20 277 141 134 0 31 354 137 46
Binary 101 10000 10111111 1100001 1011100 0 11001 11101100 1011111 100110

Color Harmonies of #0510BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0510BF

Black with #0510BF

Text Example


Text Example

White with #0510BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #0510BF;
 }
 .AnyTagClassName
 {
   color: #0510BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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