Html Css Color HEX #0510C5 Medium Blue

📋 copy color: '#0510C5'

red 5 ◦ green 16 ◦ blue 197

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

Shades of Medium Blue #0510C5

Tints of Medium Blue #0510C5

RGB

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

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

 BLUE value IS 197 (77.34% from 255) = 90.37%

R = 2.29%
G = 7.34%
B = 90.37%

CMYK

 C value IS 0.97

 M value IS 0.92

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#0510C5 (or 0x0510C5) is known color: Medium Blue. HEX triplet: 05, 10 and C5. RGB value is (5,16,197). Sum of RGB (Red+Green+Blue) = 5+16+197=218 (28% of max value = 765). Red value is 5 (2.34% from 255 or 2.29% from 218); Green value is 16 (6.64% from 255 or 7.34% from 218); Blue value is 197 (77.34% from 255 or 90.37% from 218); Max value from RGB is 197 - color contains mainly: blue. Hex color #0510C5 is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #0510C5 is #FAEF3A. Grayscale: #202020. Windows color (decimal): -16445243 or 12914693. OLE color: 12914693.

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

Color convert

RGB 5 16 197 -
CMYK 0.97 0.92 0 0.23
HSL 236.56º 0.95% 0.4% -
HSV(B) 236.56º 0.97% 0.77% -
XYZ 10.33 4.43 53.13 -
YUV 33.35 220.36 107.78 -
System Red Green Blue C M Y K H S L
Decimal 5 16 197 0.97 0.92 0 0.23 236.56 0.95 0.4
Hex 5 10 C5 61 5C 0 17 ED 5F 28
Octal 5 20 305 141 134 0 27 355 137 50
Binary 101 10000 11000101 1100001 1011100 0 10111 11101101 1011111 101000

Color Harmonies of #0510C5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0510C5

Black with #0510C5

Text Example


Text Example

White with #0510C5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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