Html Css Color HEX #051BBE Medium Blue

📋 copy color: '#051BBE'

red 5 ◦ green 27 ◦ blue 190

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

Shades of Medium Blue #051BBE

Tints of Medium Blue #051BBE

RGB

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

 GREEN value IS 27 (10.94% from 255) = 12.16%

 BLUE value IS 190 (74.61% from 255) = 85.59%

R = 2.25%
G = 12.16%
B = 85.59%

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

#051BBE (or 0x051BBE) is known color: Medium Blue. HEX triplet: 05, 1B and BE. RGB value is (5,27,190). Sum of RGB (Red+Green+Blue) = 5+27+190=222 (29% of max value = 765). Red value is 5 (2.34% from 255 or 2.25% from 222); Green value is 27 (10.94% from 255 or 12.16% from 222); Blue value is 190 (74.61% from 255 or 85.59% from 222); Max value from RGB is 190 - color contains mainly: blue. Hex color #051BBE is not a web safe color. Web safe color analog (approx): #0033CC. Inversed color of #051BBE is #FAE441. Grayscale: #262626. Windows color (decimal): -16442434 or 12458757. OLE color: 12458757.

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

Color convert

RGB 5 27 190 -
CMYK 0.97 0.86 0 0.25
HSL 232.86º 0.95% 0.38% -
HSV(B) 232.86º 0.97% 0.75% -
XYZ 9.75 4.53 49.08 -
YUV 39 213.21 103.75 -
System Red Green Blue C M Y K H S L
Decimal 5 27 190 0.97 0.86 0 0.25 232.86 0.95 0.38
Hex 5 1B BE 61 56 0 19 E9 5F 26
Octal 5 33 276 141 126 0 31 351 137 46
Binary 101 11011 10111110 1100001 1010110 0 11001 11101001 1011111 100110

Color Harmonies of #051BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051BBE

Black with #051BBE

Text Example


Text Example

White with #051BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,27,190); }

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

background-color css

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

 a { background-color: rgb(5,27,190); }

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

border-color css

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

 span { border-color: rgb(5,27,190); }

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