Html Css Color HEX #051EC6 Medium Blue

📋 copy color: '#051EC6'

red 5 ◦ green 30 ◦ blue 198

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

Shades of Medium Blue #051EC6

Tints of Medium Blue #051EC6

RGB

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

 GREEN value IS 30 (12.11% from 255) = 12.88%

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

R = 2.15%
G = 12.88%
B = 84.98%

CMYK

 C value IS 0.97

 M value IS 0.85

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#051EC6 (or 0x051EC6) is known color: Medium Blue. HEX triplet: 05, 1E and C6. RGB value is (5,30,198). Sum of RGB (Red+Green+Blue) = 5+30+198=233 (30% of max value = 765). Red value is 5 (2.34% from 255 or 2.15% from 233); Green value is 30 (12.11% from 255 or 12.88% from 233); Blue value is 198 (77.73% from 255 or 84.98% from 233); Max value from RGB is 198 - color contains mainly: blue. Hex color #051EC6 is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051EC6 is #FAE139. Grayscale: #282828. Windows color (decimal): -16441658 or 12983813. OLE color: 12983813.

HSL color Cylindrical-coordinate representation of color #051EC6: hue angle of 232.23º 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 #051EC6 is Cyan = 0.97, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 5 30 198 -
CMYK 0.97 0.85 0 0.22
HSL 232.23º 0.95% 0.4% -
HSV(B) 232.23º 0.97% 0.78% -
XYZ 10.72 5.04 53.83 -
YUV 41.68 216.22 101.84 -
System Red Green Blue C M Y K H S L
Decimal 5 30 198 0.97 0.85 0 0.22 232.23 0.95 0.4
Hex 5 1E C6 61 55 0 16 E8 5F 28
Octal 5 36 306 141 125 0 26 350 137 50
Binary 101 11110 11000110 1100001 1010101 0 10110 11101000 1011111 101000

Color Harmonies of #051EC6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051EC6

Black with #051EC6

Text Example


Text Example

White with #051EC6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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