Html Css Color HEX #050BBA Medium Blue

📋 copy color: '#050BBA'

red 5 ◦ green 11 ◦ blue 186

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

Shades of Medium Blue #050BBA

Tints of Medium Blue #050BBA

RGB

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

 GREEN value IS 11 (4.69% from 255) = 5.45%

 BLUE value IS 186 (73.05% from 255) = 92.08%

R = 2.48%
G = 5.45%
B = 92.08%

CMYK

 C value IS 0.97

 M value IS 0.94

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#050BBA (or 0x050BBA) is known color: Medium Blue. HEX triplet: 05, 0B and BA. RGB value is (5,11,186). Sum of RGB (Red+Green+Blue) = 5+11+186=202 (26% of max value = 765). Red value is 5 (2.34% from 255 or 2.48% from 202); Green value is 11 (4.69% from 255 or 5.45% from 202); Blue value is 186 (73.05% from 255 or 92.08% from 202); Max value from RGB is 186 - color contains mainly: blue. Hex color #050BBA is not a web safe color. Web safe color analog (approx): #0000CC. Inversed color of #050BBA is #FAF445. Grayscale: #1C1C1C. Windows color (decimal): -16446534 or 12192517. OLE color: 12192517.

HSL color Cylindrical-coordinate representation of color #050BBA: hue angle of 238.01º degrees, saturation: 0.95, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #050BBA is Cyan = 0.97, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 5 11 186 -
CMYK 0.97 0.94 0 0.27
HSL 238.01º 0.95% 0.37% -
HSV(B) 238.01º 0.97% 0.73% -
XYZ 9.05 3.82 46.71 -
YUV 29.16 216.51 110.77 -
System Red Green Blue C M Y K H S L
Decimal 5 11 186 0.97 0.94 0 0.27 238.01 0.95 0.37
Hex 5 B BA 61 5E 0 1B EE 5F 25
Octal 5 13 272 141 136 0 33 356 137 45
Binary 101 1011 10111010 1100001 1011110 0 11011 11101110 1011111 100101

Color Harmonies of #050BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #050BBA

Black with #050BBA

Text Example


Text Example

White with #050BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #050BBA; }

 p { color: rgb(5,11,186); }

 H1.HeaderClassName
 {
   color: #050BBA;
 }
 .AnyTagClassName
 {
   color: #050BBA;
 }
</style>

background-color css

<style>
 a { background-color: #050BBA; }

 a { background-color: rgb(5,11,186); }

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

border-color css

<style>
 span { border-color: #050BBA; }

 span { border-color: rgb(5,11,186); }

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