Html Css Color HEX #051ABF Medium Blue

📋 copy color: '#051ABF'

red 5 ◦ green 26 ◦ blue 191

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

Shades of Medium Blue #051ABF

Tints of Medium Blue #051ABF

RGB

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

 GREEN value IS 26 (10.55% from 255) = 11.71%

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

R = 2.25%
G = 11.71%
B = 86.04%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#051ABF (or 0x051ABF) is known color: Medium Blue. HEX triplet: 05, 1A and BF. RGB value is (5,26,191). Sum of RGB (Red+Green+Blue) = 5+26+191=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 26 (10.55% from 255 or 11.71% from 222); Blue value is 191 (75% from 255 or 86.04% from 222); Max value from RGB is 191 - color contains mainly: blue. Hex color #051ABF is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051ABF is #FAE540. Grayscale: #252525. Windows color (decimal): -16442689 or 12524037. OLE color: 12524037.

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

Color convert

RGB 5 26 191 -
CMYK 0.97 0.86 0 0.25
HSL 233.23º 0.95% 0.38% -
HSV(B) 233.23º 0.97% 0.75% -
XYZ 9.84 4.53 49.65 -
YUV 38.53 214.04 104.08 -
System Red Green Blue C M Y K H S L
Decimal 5 26 191 0.97 0.86 0 0.25 233.23 0.95 0.38
Hex 5 1A BF 61 56 0 19 E9 5F 26
Octal 5 32 277 141 126 0 31 351 137 46
Binary 101 11010 10111111 1100001 1010110 0 11001 11101001 1011111 100110

Color Harmonies of #051ABF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051ABF

Black with #051ABF

Text Example


Text Example

White with #051ABF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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