Html Css Color HEX #051FC6 Medium Blue

📋 copy color: '#051FC6'

red 5 ◦ green 31 ◦ blue 198

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

Shades of Medium Blue #051FC6

Tints of Medium Blue #051FC6

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.25%

 BLUE value IS 198 (77.73% from 255) = 84.62%

R = 2.14%
G = 13.25%
B = 84.62%

CMYK

 C value IS 0.97

 M value IS 0.84

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#051FC6 (or 0x051FC6) is known color: Medium Blue. HEX triplet: 05, 1F and C6. RGB value is (5,31,198). Sum of RGB (Red+Green+Blue) = 5+31+198=234 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.14% from 234); Green value is 31 (12.5% from 255 or 13.25% from 234); Blue value is 198 (77.73% from 255 or 84.62% from 234); Max value from RGB is 198 - color contains mainly: blue. Hex color #051FC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051FC6 is #FAE039. Grayscale: #292929. Windows color (decimal): -16441402 or 12984069. OLE color: 12984069.

HSL color Cylindrical-coordinate representation of color #051FC6: hue angle of 231.92º degrees, saturation: 0.95, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051FC6 is Cyan = 0.97, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 31 198 -
CMYK 0.97 0.84 0 0.22
HSL 231.92º 0.95% 0.4% -
HSV(B) 231.92º 0.97% 0.78% -
XYZ 10.75 5.09 53.84 -
YUV 42.26 215.89 101.42 -
System Red Green Blue C M Y K H S L
Decimal 5 31 198 0.97 0.84 0 0.22 231.92 0.95 0.4
Hex 5 1F C6 61 54 0 16 E8 5F 28
Octal 5 37 306 141 124 0 26 350 137 50
Binary 101 11111 11000110 1100001 1010100 0 10110 11101000 1011111 101000

Color Harmonies of #051FC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051FC6

Black with #051FC6

Text Example


Text Example

White with #051FC6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051FC6; }

 p { color: rgb(5,31,198); }

 H1.HeaderClassName
 {
   color: #051FC6;
 }
 .AnyTagClassName
 {
   color: #051FC6;
 }
</style>

background-color css

<style>
 a { background-color: #051FC6; }

 a { background-color: rgb(5,31,198); }

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

border-color css

<style>
 span { border-color: #051FC6; }

 span { border-color: rgb(5,31,198); }

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