Html Css Color HEX #051ABD Medium Blue

📋 copy color: '#051ABD'

red 5 ◦ green 26 ◦ blue 189

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

Shades of Medium Blue #051ABD

Tints of Medium Blue #051ABD

RGB

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

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

 BLUE value IS 189 (74.22% from 255) = 85.91%

R = 2.27%
G = 11.82%
B = 85.91%

CMYK

 C value IS 0.97

 M value IS 0.86

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#051ABD (or 0x051ABD) is known color: Medium Blue. HEX triplet: 05, 1A and BD. RGB value is (5,26,189). Sum of RGB (Red+Green+Blue) = 5+26+189=220 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.27% from 220); Green value is 26 (10.55% from 255 or 11.82% from 220); Blue value is 189 (74.22% from 255 or 85.91% from 220); Max value from RGB is 189 - color contains mainly: blue. Hex color #051ABD is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051ABD is #FAE542. Grayscale: #252525. Windows color (decimal): -16442691 or 12392965. OLE color: 12392965.

HSL color Cylindrical-coordinate representation of color #051ABD: hue angle of 233.15º degrees, saturation: 0.95, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #051ABD is Cyan = 0.97, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 5 26 189 -
CMYK 0.97 0.86 0 0.26
HSL 233.15º 0.95% 0.38% -
HSV(B) 233.15º 0.97% 0.74% -
XYZ 9.62 4.45 48.5 -
YUV 38.3 213.04 104.25 -
System Red Green Blue C M Y K H S L
Decimal 5 26 189 0.97 0.86 0 0.26 233.15 0.95 0.38
Hex 5 1A BD 61 56 0 1A E9 5F 26
Octal 5 32 275 141 126 0 32 351 137 46
Binary 101 11010 10111101 1100001 1010110 0 11010 11101001 1011111 100110

Color Harmonies of #051ABD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051ABD

Black with #051ABD

Text Example


Text Example

White with #051ABD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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