Html Css Color HEX #051ABC Medium Blue

📋 copy color: '#051ABC'

red 5 ◦ green 26 ◦ blue 188

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

Shades of Medium Blue #051ABC

Tints of Medium Blue #051ABC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 85.84%

R = 2.28%
G = 11.87%
B = 85.84%

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

#051ABC (or 0x051ABC) is known color: Medium Blue. HEX triplet: 05, 1A and BC. RGB value is (5,26,188). Sum of RGB (Red+Green+Blue) = 5+26+188=219 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.28% from 219); Green value is 26 (10.55% from 255 or 11.87% from 219); Blue value is 188 (73.83% from 255 or 85.84% from 219); Max value from RGB is 188 - color contains mainly: blue. Hex color #051ABC is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051ABC is #FAE543. Grayscale: #252525. Windows color (decimal): -16442692 or 12327429. OLE color: 12327429.

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

Color convert

RGB 5 26 188 -
CMYK 0.97 0.86 0 0.26
HSL 233.11º 0.95% 0.38% -
HSV(B) 233.11º 0.97% 0.74% -
XYZ 9.51 4.4 47.93 -
YUV 38.19 212.54 104.33 -
System Red Green Blue C M Y K H S L
Decimal 5 26 188 0.97 0.86 0 0.26 233.11 0.95 0.38
Hex 5 1A BC 61 56 0 1A E9 5F 26
Octal 5 32 274 141 126 0 32 351 137 46
Binary 101 11010 10111100 1100001 1010110 0 11010 11101001 1011111 100110

Color Harmonies of #051ABC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051ABC

Black with #051ABC

Text Example


Text Example

White with #051ABC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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